Add VADUserStartedSpeakingFrame and VADUserStoppedSpeakingFrame

This commit is contained in:
Mark Backman
2025-04-25 09:02:04 -04:00
parent 7cfefe4f84
commit b298376766
4 changed files with 54 additions and 5 deletions

View File

@@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `VADUserStartedSpeakingFrame` and `VADUserStoppedSpeakingFrame`,
indicating when the VAD detected the user to start and stop speaking. These
events are helpful when using smart turn detection, as the user's stop time
can differ from when their turn ends (signified by UserStoppedSpeakingFrame).
- Added `TranslationFrame`, a new frame type that contains a translated
transcription.