We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fast
1 parent 524f7ba commit 3ed9fbdCopy full SHA for 3ed9fbd
sdk/voice/speechmatics/voice/_presets.py
@@ -39,7 +39,7 @@ def FAST(overlay: Optional[VoiceAgentConfig] = None) -> VoiceAgentConfig: # noq
39
max_delay=2.0,
40
end_of_utterance_silence_trigger=0.25,
41
end_of_utterance_mode=EndOfUtteranceMode.FIXED,
42
- speech_segment_config=SpeechSegmentConfig(emit_sentences=False),
+ speech_segment_config=SpeechSegmentConfig(emit_sentences=True),
43
),
44
overlay,
45
)
0 commit comments