buffer audio from TTS service before pushing frames

This commit is contained in:
Aleix Conchillo Flaqué
2025-06-08 18:31:54 -07:00
parent abdce063f1
commit 901dd041f0
10 changed files with 33 additions and 17 deletions

View File

@@ -20,6 +20,9 @@ asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())
### Fixed
- Fixed an issue with various TTS services that would cause audio glitches at
the start of every bot turn.
- Fixed an `AssemblyAISTTService` issue that could cause unexpected behavior
when yielding empty `Frame()`s.