AudioContextWordTTSService: wait for all requested audio

This commit is contained in:
Aleix Conchillo Flaqué
2025-02-25 15:35:47 -08:00
parent 4bd5e9c0a7
commit 9a50f33e36
2 changed files with 28 additions and 12 deletions

View File

@@ -72,6 +72,10 @@ stt = DeepgramSTTService(..., live_options=LiveOptions(model="nova-2-general"))
### Fixed
- Fixed an `AudioContextWordTTSService` issue that would cause an `EndFrame` to
disconnect from the TTS service before audio from all the contexts was
received. This affected services like Cartesia and Rime.
- Fixed an issue that was not allowing to pass an `OpenAILLMContext` to create
`GoogleLLMService`'s context aggregators.