Add changelog entries for vad_threshold and parameter cleanup

This commit is contained in:
zack
2026-03-05 15:32:09 -05:00
parent acfb07f859
commit 11024ccc2c
2 changed files with 2 additions and 0 deletions

1
changelog/3927.added.md Normal file
View File

@@ -0,0 +1 @@
- Added `vad_threshold` parameter to `AssemblyAIConnectionParams` for configuring voice activity detection sensitivity in U3 Pro. Aligning this with external VAD thresholds (e.g., Silero VAD) prevents the "dead zone" where AssemblyAI transcribes speech that VAD hasn't detected yet.

View File

@@ -0,0 +1 @@
- ⚠️ Removed `formatted_finals` and `word_finalization_max_wait_time` from `AssemblyAIConnectionParams` as these were v2 API parameters not supported in v3. Clarified that `format_turns` only applies to Universal-Streaming models; U3 Pro has automatic formatting built-in.