From ca6412b6c9477ea9e85413f83c006d9d7ef8f507 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 4 Sep 2017 19:05:02 +1000 Subject: [PATCH] don't force win32 audio output was added in 2008 as a hack around sound problems users were having, but it causes problems for other users and prevents overriding in the conf file, so let's try with the default report: https://anki.tenderapp.com/discussions/ankidesktop/24859-poor-playback-with-mono-mp3 originally changed in c50203b9a12ef30867b8cac7f7068f6e51880d3a --- anki/sound.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/anki/sound.py b/anki/sound.py index 86a0fc148..383d94a4f 100644 --- a/anki/sound.py +++ b/anki/sound.py @@ -79,8 +79,6 @@ def retryWait(proc): ########################################################################## mplayerCmd = ["mplayer", "-really-quiet", "-noautosub"] -if isWin: - mplayerCmd += ["-ao", "win32"] # Mplayer in slave mode ##########################################################################