Refactor TranscriptionUserTurnStopStrategy and TurnAnalyzerUserTurnStopStrategy to use VADUserStoppedSpeakingFrame as the ground truth for when speech ended, rather than triggering timeouts from transcription frames.
250 B
250 B
- Updated the
VADUserStartedSpeakingFrameto includestart_secsandtimestampandVADUserStoppedSpeakingFrameto includestop_secsandtimestamp, removing the need to separately handle theSpeechControlParamsFramefor VADParams values.