ashulyak
Results
1
issues of
ashulyak
Hello, I have problem with shutdown method when using microphone =False, it always stuck on logging.debug('Finishing recording thread') if self.recording_thread: self.recording_thread.join() Example code: ``` if __name__ == '__main__': import pyaudio...