Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ def init_pyaudio_playback():
try:
pya_interface_instance.terminate()
except:
# TODO: be more specific about exception type
pass
pya_interface_instance = None
pya_output_stream_instance = None
Expand Down