You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used this code in my project. when selecting "1" in the menu, this code is run. how do I release the microphone fromspeech recognition? i try this:
except KeyboardInterrupt:
source.stream.pyaudio_stream.stop_stream()
source.stream.pyaudio_stream.close()
break
but this lines close whole app((, not just function, where i used this code
The text was updated successfully, but these errors were encountered:
I used this code in my project. when selecting "1" in the menu, this code is run. how do I release the microphone fromspeech recognition? i try this:
except KeyboardInterrupt:
source.stream.pyaudio_stream.stop_stream()
source.stream.pyaudio_stream.close()
break
but this lines close whole app((, not just function, where i used this code
The text was updated successfully, but these errors were encountered: