RealtimeSTT icon indicating copy to clipboard operation
RealtimeSTT copied to clipboard

Fixed `abort()` bug keeping the recorder running

Open johnmalek312 opened this issue 9 months ago • 0 comments

Fixed a bug.

When audio recorder is in recording state, calling abort() keeps the recorder running, the recorder then starts transcribing text if it gets enabled start() again.

The change just adds a self.stop() call after abort() code to ensure the recorder is stopped

johnmalek312 avatar Jan 16 '25 11:01 johnmalek312