mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
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:
parent
f941e9dea8
commit
ca6412b6c9
1 changed files with 0 additions and 2 deletions
|
@ -79,8 +79,6 @@ def retryWait(proc):
|
|||
##########################################################################
|
||||
|
||||
mplayerCmd = ["mplayer", "-really-quiet", "-noautosub"]
|
||||
if isWin:
|
||||
mplayerCmd += ["-ao", "win32"]
|
||||
|
||||
# Mplayer in slave mode
|
||||
##########################################################################
|
||||
|
|
Loading…
Reference in a new issue