AssemblyAISTTService: Disable turn detection when setting vad_force_turn_endpoint to True

This commit is contained in:
Mark Backman
2026-02-04 19:15:57 -05:00
parent e27f4bccfb
commit 7684a94c33
2 changed files with 56 additions and 1 deletions

View File

@@ -0,0 +1 @@
- `AssemblyAISTTService` now automatically configures optimal settings for manual turn detection when `vad_force_turn_endpoint=True`. This sets `end_of_turn_confidence_threshold=1.0` and `max_turn_silence=2000` by default, which disables model-based turn detection and reduces latency by relying on external VAD for turn endpoints. Warnings are logged if conflicting settings are detected.