RNNoiseFilter: don't filter silence frames

Fixes #3259
This commit is contained in:
Aleix Conchillo Flaqué
2025-12-28 16:03:40 -08:00
parent 192ede6e34
commit 7362ac9410
2 changed files with 4 additions and 0 deletions

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

@@ -0,0 +1 @@
- Fixed a `RNNoiseFilter` issue that would cause a "[Errno 12] Cannot allocate memory" error when processing silence audio frames.