start listening if not say nor play provided

This commit is contained in:
akirilyuk
2022-02-26 22:21:24 +01:00
parent 812b40fcb0
commit 2de54ddedf

View File

@@ -137,7 +137,7 @@ class TaskGather extends Task {
} }
}); });
} }
else this._startTimer(); else startListening();
if (this.input.includes('speech') && this.listenDuringPrompt) { if (this.input.includes('speech') && this.listenDuringPrompt) {
await this._initSpeech(cs, ep); await this._initSpeech(cs, ep);