TTSService: do not push LLMFullResponseEndFrame if not needed

This commit is contained in:
Aleix Conchillo Flaqué
2025-04-28 11:02:09 -07:00
parent 93534b4692
commit e3c965f4d5
5 changed files with 18 additions and 11 deletions

View File

@@ -71,6 +71,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed a TTS services issue that could cause assistant output not to be
aggregated to the context when also using `TTSSpeakFrame`s.
- Fixed an issue where the `SmartTurnMetricsData` was reporting 0ms for
inference and processing time when using the `FalSmartTurnAnalyzer`.