mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
@@ -891,8 +891,9 @@ class TaskGather extends SttTask {
|
|||||||
if (this._timeoutTimer) {
|
if (this._timeoutTimer) {
|
||||||
this._startTimer();
|
this._startTimer();
|
||||||
}
|
}
|
||||||
/* restart asr timer if we get a partial transcript */
|
/* restart asr timer if we get a partial transcript (only if the asr timer is already running) */
|
||||||
if (this.isContinuousAsr) this._startAsrTimer();
|
/* note: https://github.com/jambonz/jambonz-feature-server/issues/866 */
|
||||||
|
if (this.isContinuousAsr && this._asrTimer) this._startAsrTimer();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
_onEndOfUtterance(cs, ep) {
|
_onEndOfUtterance(cs, ep) {
|
||||||
|
|||||||
Reference in New Issue
Block a user