docs(changelog): add 4428 deprecation entry for ResampyResampler

This commit is contained in:
Mark Backman
2026-05-06 09:41:14 -04:00
parent 8c3521f2e4
commit 9598e262b5

View File

@@ -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.