Merge pull request #1213 from pipecat-ai/aleix/base-transport-output-bot-vad-stop-secs

BaseOutputTransport: use specific VAD stop secs for the bot
This commit is contained in:
Aleix Conchillo Flaqué
2025-02-12 19:01:56 -08:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

View File

@@ -76,6 +76,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue that was causing `BotStoppedSpeakingFrame` to be generated too
late. This could then cause issues unblocking `STTMuteFilter` later than
desired.
- Fixed an issue that was causing `AudioBufferProcessor` to not record
synchronized audio.