diff --git a/qt/aqt/sound.py b/qt/aqt/sound.py index fdf891328..590776226 100644 --- a/qt/aqt/sound.py +++ b/qt/aqt/sound.py @@ -312,6 +312,7 @@ class SimpleProcessPlayer(Player): # pylint: disable=abstract-method # should we abort playing? if self._terminate_flag: self._process.terminate() + self._process.wait(1) self._process = None return