BaseOutputTransport: use specific VAD stop secs for the bot

This commit is contained in:
Aleix Conchillo Flaqué
2025-02-12 13:06:01 -08:00
parent 24cdcd74e6
commit f110a45c85
2 changed files with 8 additions and 8 deletions

View File

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