From 9598e262b54e2e13d38ecf41ceacdf1a639630cf Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Wed, 6 May 2026 09:41:14 -0400 Subject: [PATCH] docs(changelog): add 4428 deprecation entry for ResampyResampler --- changelog/4428.deprecated.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4428.deprecated.md diff --git a/changelog/4428.deprecated.md b/changelog/4428.deprecated.md new file mode 100644 index 000000000..22184a76d --- /dev/null +++ b/changelog/4428.deprecated.md @@ -0,0 +1 @@ +- Deprecated `ResampyResampler` in favor of `SOXRAudioResampler` (or the `create_file_resampler()` / `create_stream_resampler()` factories). Instantiating `ResampyResampler` now emits a `DeprecationWarning`. The class will be removed in Pipecat 2.0 along with the default `resampy` and `numba` dependencies.