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.