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.