RealtimeSTT
RealtimeSTT copied to clipboard
The last audio segment is always lost during real-time transcription
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?