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

1
changelog/3889.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed `BufferError: Existing exports of data: object cannot be re-sized` in `AICFilter` caused by holding a `memoryview` on the mutable audio buffer across async yield points.