diff --git a/qt/aqt/sound.py b/qt/aqt/sound.py index 9f5f16ae0..a4c2d9104 100644 --- a/qt/aqt/sound.py +++ b/qt/aqt/sound.py @@ -483,7 +483,7 @@ class PyAudioThreadedRecorder(threading.Thread): frames_per_buffer=chunk, ) - stream.read(wait) + stream.read(wait, exception_on_overflow=False) data = b"" while not self.finish: