Merge pull request #1196 from pipecat-ai/aleix/audio-buffer-processor-continuous-intermittent-stream

AudioBufferProcessor: handle continuous and intermittent user audio
This commit is contained in:
Aleix Conchillo Flaqué
2025-02-10 16:07:12 -08:00
committed by GitHub
4 changed files with 49 additions and 18 deletions

View File

@@ -50,6 +50,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.