RealtimeSTT icon indicating copy to clipboard operation
RealtimeSTT copied to clipboard

The last audio segment is always lost during real-time transcription

Open MRuAyAN opened this issue 1 year ago • 2 comments

I guess it may be because my processing speed is slow and the transcription takes a long time.

After vad detects silence, it calls stop() and then does not send the frame's cached audio segment to child__transcription_pipe.

How should this situation be modified?

MRuAyAN avatar Sep 11 '24 08:09 MRuAyAN