Compare commits

...

1 Commits

Author SHA1 Message Date
Dave Horton
380cd7f792 patch fix for #962 2025-02-03 09:51:40 -05:00

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) */