LLMContextResponseAggregator: add VAD emulation support

This commit is contained in:
Aleix Conchillo Flaqué
2025-02-13 13:59:43 -08:00
parent a6502df72c
commit 5909dff423
5 changed files with 60 additions and 10 deletions

View File

@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added new frames `EmulateUserStartedSpeakingFrame` and
`EmulateUserStoppedSpeakingFrame` which can be used to emulated VAD behavior
without VAD being present or not being triggered.
- Added a new `audio_in_stream_on_start` field to `TransportParams`.
- Added a new method `start_audio_in_streaming` in the `BaseInputTransport`.