454 B
454 B
- Added
push_empty_transcriptsparameter toBaseWhisperSTTServiceandOpenAISTTServiceto allow empty transcripts to be pushed downstream asTranscriptionFrameinstead of discarding them (the default behavior). This is intended for situations where VAD fires even though the user did not speak. In these cases, it is useful to know that nothing was transcribed so that the agent can resume speaking, instead of waiting longer for a transcription.