Merge pull request #3697 from pipecat-ai/mb/soniox-rt-4
Update SonioxSTTService default model to stt-rt-v4
This commit is contained in:
1
changelog/3697.changed.2.md
Normal file
1
changelog/3697.changed.2.md
Normal file
@@ -0,0 +1 @@
|
||||
- Update `SonioxSTTService` to set `vad_force_turn_endpoint` to `True`. This setting disabled the turn detection logic available natively in Soniox. Instead, Soniox relies on a local VAD to finalize the transcript. This configuration meaningfully reduces the time to final segment for Soniox. With this setting enabled, Soniox outputs a transcript in ~250ms (median). Pipecat enables smart-turn detection by default using the `LocalSmartTurnAnalyzerV3`. To use the native turn detection logic in Soniox, just set `vad_force_turn_endpoint` to `False`.
|
||||
1
changelog/3697.changed.md
Normal file
1
changelog/3697.changed.md
Normal file
@@ -0,0 +1 @@
|
||||
- Update `SonioxSTTService` default model to `stt-rt-v4`.
|
||||
Reference in New Issue
Block a user