Replies: 1 comment
-
It seems stoping record not destroyed properly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Attempting to use default Windows Mic, but get error
Exception in thread Thread-33 (threaded_listen): Traceback (most recent call last): File "G:\Python\Python311\Lib\threading.py", line 1045, in _bootstrap_inner self.run() File "G:\Python\Python311\Lib\threading.py", line 982, in run self._target(*self._args, **self._kwargs) File "G:\Python\Python311\Lib\site-packages\speech_recognition\__init__.py", line 561, in threaded_listen with source as s: File "G:\Python\Python311\Lib\site-packages\speech_recognition\__init__.py", line 174, in __enter__ assert self.stream is None, "This audio source is already inside a context manager" ^^^^^^^^^^^^^^^^^^^ AssertionError: This audio source is already inside a context manager
Beta Was this translation helpful? Give feedback.
All reactions