* fix #1466:

* do not send tts streaming events when we are not doing tts streaming
This commit is contained in:
Dave Horton
2025-12-09 09:43:53 -05:00
committed by GitHub
parent 9104ebb603
commit e396b6aa98
5 changed files with 9 additions and 9 deletions

View File

@@ -163,7 +163,6 @@ class TtsStreamingBuffer extends Emitter {
}
clear() {
this.logger.debug('TtsStreamingBuffer:clear');
if (this._connectionStatus !== TtsStreamingConnectionStatus.Connected) return;
clearTimeout(this.timer);
this._api(this.ep, [this.ep.uuid, 'clear']).catch((err) =>