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 c50203b9a1
This commit is contained in:
Damien Elmes 2017-09-04 19:05:02 +10:00
parent f941e9dea8
commit ca6412b6c9

View file

@ -79,8 +79,6 @@ def retryWait(proc):
##########################################################################
mplayerCmd = ["mplayer", "-really-quiet", "-noautosub"]
if isWin:
mplayerCmd += ["-ao", "win32"]
# Mplayer in slave mode
##########################################################################