AudioBufferProcessor: handle continuous and intermittent user audio

Fixes #1172
This commit is contained in:
Aleix Conchillo Flaqué
2025-02-10 11:25:58 -08:00
parent 32baee924b
commit eb3c9b1e75
4 changed files with 49 additions and 18 deletions

View File

@@ -44,6 +44,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue that was causing `AudioBufferProcessor` to not record
synchronized audio.
- Fixed an `RTVI` issue that was causing `bot-tts-text` messages to be sent
before being processed by the output transport.