don't close stream

This commit is contained in:
talksik
2023-04-27 14:44:02 -07:00
parent 2df7dec44d
commit dd47d93046
-1
View File
@@ -79,7 +79,6 @@ class Audio:
# cleanup stuff
playbackStream.stop_stream()
playbackStream.close()
def terminate(self):
self.pyaudio.terminate()