tts: fix metrics and TTSStoppedFrame frame in HTTP services

Fixes #1247
This commit is contained in:
Aleix Conchillo Flaqué
2025-02-19 22:17:26 -08:00
parent 81093d3bed
commit 6809254963
5 changed files with 24 additions and 20 deletions

View File

@@ -27,6 +27,9 @@ stt = DeepgramSTTService(..., live_options=LiveOptions(model="nova-2-general"))
### Fixed
- Fixed an issue that was causing HTTP TTS services to push `TTSStoppedFrame`
more than once.
- Fixed a `FishAudioTTSService` issue where `TTSStoppedFrame` was not being
pushed.