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.