From 2235d8f5a25a93b19cc4cfe3bce6174bea1ef8da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Mon, 1 Dec 2025 10:24:42 -0800 Subject: [PATCH] CHANGELOG formatting --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdd418777..ac16415a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Updated `AICFilter` to use Quail STT as the default model (`AICModelType.QUAIL_STT`). Quail STT is optimized for human-to-machine interaction (e.g., voice agents, speech-to-text) and operates at a native sample rate of 16 kHz with fixed enhancement parameters. +- Updated `AICFilter` to use Quail STT as the default model + (`AICModelType.QUAIL_STT`). Quail STT is optimized for human-to-machine + interaction (e.g., voice agents, speech-to-text) and operates at a native + sample rate of 16 kHz with fixed enhancement parameters. ### Deprecated -- The `noise_gate_enable` parameter in `AICFilter` is deprecated and no longer has any effect. Noise gating is now handled automatically by the AIC VAD system. Use `AICFilter.create_vad_analyzer()` for VAD functionality instead. +- The `noise_gate_enable` parameter in `AICFilter` is deprecated and no longer + has any effect. Noise gating is now handled automatically by the AIC VAD + system. Use `AICFilter.create_vad_analyzer()` for VAD functionality instead. ### Fixed