This commit is contained in:
Matej Marinko
2025-05-29 09:23:37 +02:00
parent 2968c846ce
commit 95fe762776

View File

@@ -108,7 +108,7 @@ class SonioxSTTService(STTService):
params: Additional configuration parameters, such as language hints, context and params: Additional configuration parameters, such as language hints, context and
speaker diarization. speaker diarization.
enable_vad: Listen to `UserStoppedSpeakingFrame` to send finalize message to Soniox. enable_vad: Listen to `UserStoppedSpeakingFrame` to send finalize message to Soniox.
auto_finalize_delay: If no new tokens are received for a while and there is active auto_finalize_delay_ms: If no new tokens are received for a while and there is active
transcription (only InterimTranscriptionFrame), finalize the transcription by transcription (only InterimTranscriptionFrame), finalize the transcription by
sending the finalize message so user can receive the final transcript. If set sending the finalize message so user can receive the final transcript. If set
to `None`, the auto finalize feature is disabled. to `None`, the auto finalize feature is disabled.