From e0b40a330f842f5870b5a0a8e2a5bbd04691f1d8 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Tue, 30 Dec 2025 08:40:28 -0500 Subject: [PATCH] Add changelog fragment for PR #3322 --- changelog/3322.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3322.fixed.md diff --git a/changelog/3322.fixed.md b/changelog/3322.fixed.md new file mode 100644 index 000000000..3ad2b75bc --- /dev/null +++ b/changelog/3322.fixed.md @@ -0,0 +1 @@ +- Fixed a `RNNoiseFilter` issue that would cause a "[Errno 12] Cannot allocate memory" error when processing silence audio frames.