From 95fe7627769e66f79dbcba8b5d0434c04e3728c0 Mon Sep 17 00:00:00 2001 From: Matej Marinko Date: Thu, 29 May 2025 09:23:37 +0200 Subject: [PATCH] Fix typo --- src/pipecat/services/soniox/stt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipecat/services/soniox/stt.py b/src/pipecat/services/soniox/stt.py index 7d45c5a73..11ca717bf 100644 --- a/src/pipecat/services/soniox/stt.py +++ b/src/pipecat/services/soniox/stt.py @@ -108,7 +108,7 @@ class SonioxSTTService(STTService): params: Additional configuration parameters, such as language hints, context and speaker diarization. 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 sending the finalize message so user can receive the final transcript. If set to `None`, the auto finalize feature is disabled.