add changelog entries for Voice Focus 2.0 support and buffer resize fix in AICFilter.

This commit is contained in:
Gökmen Görgen
2026-03-02 12:47:59 +01:00
parent d6aab6b52e
commit 7575ea7e07
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
- Support for Voice Focus 2.0 models.
- Updated `aic-sdk` to `~=2.1.0` to support Voice Focus 2.0 models.
- Cleaned unused `ParameterFixedError` exception handling in `AICFilter` parameter setup.