add changelog.

This commit is contained in:
Gökmen Görgen
2026-01-20 15:04:07 +01:00
parent 70a85cd192
commit dca7f3b5b0
3 changed files with 4 additions and 0 deletions

2
changelog/3408.added.md Normal file
View File

@@ -0,0 +1,2 @@
- Added model downloading support to `AICFilter` with `model_id` and `model_download_dir` parameters.
- Added `model_path` parameter to `AICFilter` for loading local .aicmodel files.

View File

@@ -0,0 +1 @@
- Updated `AICFilter` and `AICVADAnalyzer` to use aic-sdk ~= 2.0.0.

View File

@@ -0,0 +1 @@
- Removed deprecated `AICFilter` parameters: `enhancement_level`, `voice_gain`, `noise_gate_enable`.