Merge pull request #4428 from pipecat-ai/mb/deprecate-resampy

chore(audio): deprecate ResampyResampler
This commit is contained in:
Mark Backman
2026-05-06 13:40:51 -04:00
committed by GitHub
3 changed files with 34 additions and 1 deletions

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.