mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-21 07:16:07 -04:00
More code changes. This is a big mess right now. Will clean this up.
This commit is contained in:
@@ -155,6 +155,7 @@ class URLStream(object):
|
||||
return False
|
||||
def stop_audio(self):
|
||||
if hasattr(self, "stream") and self.stream.is_playing == True:
|
||||
output.speak("Stopped.",True)
|
||||
self.stream.stop()
|
||||
|
||||
@staticmethod
|
||||
|
Reference in New Issue
Block a user