Skip to content

Commit

Permalink
fix/playback thread
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Oct 9, 2023
1 parent 71f46aa commit 84a3232
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ovos_audio/playback.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,6 @@ def run(self, cb=None):
while not self._terminated:
while self._paused:
sleep(0.2)
if self.queue.empty():
continue
try:
# HACK: we do these check to account for direct usages of TTS.queue singletons
speech_data = self.queue.get(timeout=2)
Expand Down

0 comments on commit 84a3232

Please sign in to comment.