Merge pull request #3408 from ai-coustics/aic-v2
Add ai-coustics AIC SDK v2 support with model downloading
This commit is contained in:
4
changelog/3408.added.md
Normal file
4
changelog/3408.added.md
Normal file
@@ -0,0 +1,4 @@
|
||||
- Additions for `AICFilter` and `AICVADAnalyzer`:
|
||||
- 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.
|
||||
- Added unit tests for `AICFilter` and `AICVADAnalyzer`.
|
||||
1
changelog/3408.changed.md
Normal file
1
changelog/3408.changed.md
Normal file
@@ -0,0 +1 @@
|
||||
- Updated `AICFilter` and `AICVADAnalyzer` to use aic-sdk ~= 2.0.1.
|
||||
1
changelog/3408.removed.md
Normal file
1
changelog/3408.removed.md
Normal file
@@ -0,0 +1 @@
|
||||
- Removed deprecated `AICFilter` parameters: `enhancement_level`, `voice_gain`, `noise_gate_enable`.
|
||||
Reference in New Issue
Block a user