This commit is contained in:
Dave Horton
2024-11-08 07:12:08 -05:00
committed by GitHub
parent 7911459c8c
commit 851c071345

View File

@@ -920,7 +920,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) */