Browse Source

Merge pull request #91 from dom3/patch-1

Set exception_on_overflow=False to stream.read()
Kolja Beigel 5 months ago
parent
commit
d2fe7cfc3f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      RealtimeSTT/audio_recorder.py

+ 0 - 1
RealtimeSTT/audio_recorder.py

@@ -1141,7 +1141,6 @@ class AudioToTextRecorder:
                                 time_since_last_buffer_message = time.time()
 
                             audio_queue.put(to_process)
-                            
 
                 except OSError as e:
                     if e.errno == pyaudio.paInputOverflowed: