Skip to content

Commit

Permalink
fix:b64
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Oct 23, 2024
1 parent 4d7b59b commit b6ffa8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ovos_audio/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,9 +463,8 @@ def handle_stop(self, message: Message):
"""
# check PlaybackThread
if self.is_speaking:
LOG.debug("Stopping TTS")
self._last_stop_signal = time.time()
self.tts.playback.stop() # Clear here to get instant stop
self.tts.playback.clear() # Clear here to get instant stop
self.bus.emit(message.forward("mycroft.stop.handled", {"by": "TTS"}))

@staticmethod
Expand Down

0 comments on commit b6ffa8b

Please sign in to comment.