* 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

@@ -127,7 +127,6 @@ class SttLatencyCalculator extends Emitter {
calculateLatency() {
if (!this.isRunning) {
this.logger.debug('Latency calculator is not running, cannot calculate latency, returning default values');
return null;
}