diff --git a/lib/tasks/gather.js b/lib/tasks/gather.js index 1476fb82..7bd33d4b 100644 --- a/lib/tasks/gather.js +++ b/lib/tasks/gather.js @@ -655,6 +655,9 @@ class TaskGather extends Task { _onStartOfSpeech(cs, ep) { this.logger.debug('TaskGather:_onStartOfSpeech'); + if (this.bargein) { + this._killAudio(cs); + } } _onTranscriptionComplete(cs, ep) { this.logger.debug('TaskGather:_onTranscriptionComplete');