patch fix for #962

This commit is contained in:
Dave Horton
2025-02-03 09:51:40 -05:00
parent 6889f0e4ab
commit 380cd7f792

View File

@@ -924,7 +924,7 @@ class TaskGather extends SttTask {
}
}
// If transcription received, reset timeout timer.
if (this._timeoutTimer) {
if (this._timeoutTimer && !emptyTranscript) {
this._startTimer();
}
/* restart asr timer if we get a partial transcript (only if the asr timer is already running) */