Update SpeechmaticsSTTService to use the python voice SDK

This commit is contained in:
Sam Sykes
2025-12-20 01:59:18 +01:00
committed by GitHub
parent 5c779abad2
commit 76bae6e699
7 changed files with 715 additions and 880 deletions

View File

@@ -0,0 +1,4 @@
- For `SpeechmaticsSTTService`, the `end_of_utterance_mode` parameter is deprecated.
Use the new `turn_detection_mode` parameter instead, with `TurnDetectionMode.EXTERNAL`,
`TurnDetectionMode.ADAPTIVE`, or `TurnDetectionMode.SMART_TURN`. The `enable_vad`
parameter is also deprecated and is inferred from the `turn_detection_mode`.