processors: fix LLMResponseAggregator with lower VAD values

This commit is contained in:
Aleix Conchillo Flaqué
2024-06-10 18:24:57 -07:00
parent b453d089c3
commit 9cd07d81f8
2 changed files with 6 additions and 2 deletions

View File

@@ -17,6 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue that would cause LLM aggregator to fail with small
`VADParams.stop_secs` values.
- Fixed an issue where `BaseOutputTransport` would send longer audio frames
preventing interruptions.