From 5a9c75dfe423a7b3d68cd7cefbf55bf705e4a5d3 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 3 Jan 2011 13:01:05 +0900 Subject: [PATCH] don't stop audio playing on clear --- anki/sound.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/anki/sound.py b/anki/sound.py index 4ec08f360..9b93bd179 100644 --- a/anki/sound.py +++ b/anki/sound.py @@ -147,9 +147,6 @@ class MplayerMonitor(threading.Thread): while 1: mplayerCond.acquire() mplayerCond.wait() - # clearing playing file if mplayer is running - if mplayerClear and self.mplayer: - self.mplayer.stdin.write("stop\n") if mplayerQueue: # ensure started if not self.mplayer: