This commit is contained in:
Hoan HL
2025-11-27 15:27:29 +07:00
parent 4065db1d88
commit 19008ca485
3 changed files with 28 additions and 5 deletions

View File

@@ -1161,7 +1161,7 @@ class TaskGather extends SttTask {
}
async _startFallback(cs, ep, evt) {
if (this.canFallback) {
if (this.canFallback()) {
this._stopTranscribing(ep);
try {
this.logger.debug('gather:_startFallback');