Refactor TranscriptionUserTurnStopStrategy and TurnAnalyzerUserTurnStopStrategy to use VADUserStoppedSpeakingFrame as the ground truth for when speech ended, rather than triggering timeouts from transcription frames.
531 B
531 B
- Added
STTMetadataFrameto broadcast STT service latency information at pipeline start.- STT services broadcast P99 time-to-final-segment (
ttfs_p99_latency) to downstream processors - Turn stop strategies automatically configure their STT timeout from this metadata
- Developers can override
ttfs_p99_latencyvia constructor argument for custom deployments - Added measured P99 values for STT providers.
- See stt-benchmark to measure latency for your configuration
- STT services broadcast P99 time-to-final-segment (