From 8d86c9d582fc7e646df2336195c8d279c2324e72 Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Mon, 11 Oct 2021 13:02:23 -0500 Subject: [PATCH] media-converter: Temporarily disable dumping audio to disk It has some known issues, so don't waste resources on bad data. CW-Bug-Id: #19009 --- proton | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proton b/proton index c654315d..10373269 100755 --- a/proton +++ b/proton @@ -1006,6 +1006,9 @@ class Session: #disable XIM support until libx11 >= 1.7 is widespread self.env.setdefault("WINE_ALLOW_XIM", "0") + #temporarily disable dumping audio to disk + self.env.setdefault("MEDIACONV_AUDIO_DONT_DUMP", "1") + if "wined3d11" in self.compat_config: self.compat_config.add("wined3d")