From c4cc476c3d61e97c76a44f4a5ad2a2b4bd93be61 Mon Sep 17 00:00:00 2001 From: marcus-daily <111281783+marcus-daily@users.noreply.github.com> Date: Fri, 9 Jan 2026 13:50:54 +0000 Subject: [PATCH] Updating changelog --- changelog/3367.changed.md | 3 +++ changelog/3377.changed.md | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 changelog/3367.changed.md create mode 100644 changelog/3377.changed.md diff --git a/changelog/3367.changed.md b/changelog/3367.changed.md new file mode 100644 index 000000000..036ff1c62 --- /dev/null +++ b/changelog/3367.changed.md @@ -0,0 +1,3 @@ +- The bundled Smart Turn weights are now updated to v3.2, which has better + handling of short utterances, and is more robust against background + noise. diff --git a/changelog/3377.changed.md b/changelog/3377.changed.md new file mode 100644 index 000000000..8a006bd42 --- /dev/null +++ b/changelog/3377.changed.md @@ -0,0 +1,5 @@ +- Smart Turn now takes into account `vad_start_seconds` when buffering audio, + meaning that the start of the turn audio is not cut off. This improves + accuracy for short utterances. + +- The default value of `pre_speech_ms` is now set to 500ms for Smart Turn.