SegmentedSTTService: use VAD events to detect valid audio

This commit is contained in:
Aleix Conchillo Flaqué
2025-03-19 23:56:40 -07:00
parent 3a73346a41
commit b6be25ab84
2 changed files with 50 additions and 60 deletions

View File

@@ -149,6 +149,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed a `SegmentedSTTService` issue that was causing audio to be sent
prematurely to the STT service. Instead of analyzing the volume in this
service we rely on VAD events which use both VAD and volume.
- Fixed a `GeminiMultimodalLiveLLMService` issue that was causing messages to be
duplicated in the context when pushing `LLMMessagesAppendFrame` frames.