Releases: spotify/pedalboard
Releases ยท spotify/pedalboard
v0.5.7
What's Changed
- Allowed Pedalboard to compile against JUCE 6.15+ on Red Hat. (@rm-star, #121)
- Fixed pybind11 inheritance chain to allow accessing properties on
IIRFilter
subclasses. (#124) - Removed redundant input channel count check for Valhalla Supermassive on Windows. (#126)
- Compile wheels on macOS 12. (#125)
New Contributors
Full Changelog: v0.5.6...v0.5.7
v0.5.6
What's Changed
- Added auto-generated Sphinx documentation. (#119)
ReadableAudioFile.read_raw
now returns an untypednp.ndarray
. (#119)WriteableAudioFile.write
now accepts an untypednp.ndarray
. (#119)WriteableAudioFile.__init__
now supportsbest
,worst
,fastest
, andslowest
quality options. (#119)
Full Changelog: v0.5.5...v0.5.6
v0.5.5
tl;dr: A couple bug fixes, smaller binary wheels, and better support for autocomplete and type hints in IDEs. ๐
Bug Fixes
- Add
__repr__
toPitchShift
. (#102) - Fix changing plugin parameters example code in
README.md
(@nashaad, #107) - Allow negative indices when accessing Pedalboard objects like lists. (#114)
- Ensure that IIR filters are applied to all channels. (#116)
Optimizations
- Avoid exposing internal symbols to decrease binary size. (#101)
New Features
- Add type hinting and stub files for editor autocomplete. (#117)
New Contributors
Full Changelog: v0.5.4...v0.5.5