Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-09-13 | 510 Bytes | |
v0.9.15 source code.tar.gz | 2024-09-13 | 28.3 MB | |
v0.9.15 source code.zip | 2024-09-13 | 30.4 MB | |
Totals: 3 Items | 58.8 MB | 0 |
What's Changed
- Add faster and more accurate WindowedSinc interpolators. (https://github.com/spotify/pedalboard/pull/375)
[!IMPORTANT] The default resampler used in Pedalboard v0.9.15 is now
WindowedSinc32
, rather thanWindowedSinc
. This will produce results more quickly with less aliasing, but will slightly change the results returned when resampling audio if no explicitQuality
setting is specified.
Full Changelog: https://github.com/spotify/pedalboard/compare/v0.9.14...v0.9.15