mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
patch fix for #962
This commit is contained in:
@@ -924,7 +924,7 @@ class TaskGather extends SttTask {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// If transcription received, reset timeout timer.
|
// If transcription received, reset timeout timer.
|
||||||
if (this._timeoutTimer) {
|
if (this._timeoutTimer && !emptyTranscript) {
|
||||||
this._startTimer();
|
this._startTimer();
|
||||||
}
|
}
|
||||||
/* restart asr timer if we get a partial transcript (only if the asr timer is already running) */
|
/* restart asr timer if we get a partial transcript (only if the asr timer is already running) */
|
||||||
|
|||||||
Reference in New Issue
Block a user