transports(base_output): use audio frames for bot speaking detection

This commit is contained in:
Aleix Conchillo Flaqué
2024-10-25 18:28:20 -07:00
parent ca15d97383
commit e3ce619284
2 changed files with 85 additions and 118 deletions

View File

@@ -29,6 +29,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Improved bot speaking detection for all TTS services by using actual bot
audio.
- Fixed an issue that was generating constant bot started/stopped speaking
frames for HTTP TTS services.