services(tts): strip before TTS and cleanup when interrupted

This commit is contained in:
Aleix Conchillo Flaqué
2024-06-25 10:21:21 -07:00
parent 0ddc5721b4
commit c31f2ab285
2 changed files with 16 additions and 9 deletions

View File

@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue that could mix new LLM responses with previous ones when
handling interruptions.
- Fixed a Daily transport blocking situation that occurred while reading audio
frames after a participant left the room. Needs daily-python >= 0.10.1.