diff --git a/anki/sound.py b/anki/sound.py index e638935c0..045953b4d 100644 --- a/anki/sound.py +++ b/anki/sound.py @@ -31,7 +31,8 @@ manager = None if sys.platform.startswith("win32"): base = os.path.join(os.path.dirname(sys.argv[0]), "mplayer.exe") - externalPlayer = [base, "-really-quiet"] + #base = "C:\mplayer.exe" + externalPlayer = [base, "-ao", "win32", "-really-quiet"] else: externalPlayer = ["mplayer", "-really-quiet"]