Releases: spotify/pedalboard
Releases Β· spotify/pedalboard
v0.6.9
What's Changed
- Fix parsing of low-sample-rate MP3 files. (#196)
- Ensure MyPy compatibility. (#194)
- Use the same MP3 parser on macOS, Linux, and Windows. (#198)
Full Changelog: v0.6.8...v0.6.9
v0.6.8
What's Changed
- Remove errant debugging print() statement when loading some VSTs. (#182)
- Fix parsing of MP3 files that start with ID3 tags and end with LYRICS3 blocks. (#183)
- Support reading more than 2^31 frames of audio at a time. (#188)
- Allow parsing MP3 file-like objects without a .name parameter. (#191)
Full Changelog: v0.6.7...v0.6.8
v0.6.7
What's Changed
- Empty sample buffers are no longer errantly returned when seeking certain FLAC files. (#173)
Full Changelog: v0.6.6...v0.6.7
v0.6.6
What's Changed
- Allow backwards compatibility when setting float parameters to strings. (#169)
Full Changelog: v0.6.5...v0.6.6
v0.6.5
What's Changed
- Explicitly ignore "dB" and "dBTP" when used as a value suffix by VST and AU plugins. (#167)
Full Changelog: v0.6.4...v0.6.5
v0.6.4
What's Changed
- Patch MP3 parser to correctly ignore Lyrics3 data. (#164)
Full Changelog: v0.6.3...v0.6.4
v0.6.2
What's Changed
- Fix parameter inference for Valhalla Supermassive. (#149)
- Add hard clipping plugin. (#150)
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- Add workaround for loading certain misbehaving plugins. (#148)
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- Fix ineffective getter/setter on
NoiseGate
(@iCorv, #144)
- Add stream resampler and resampling AudioFile. (#145)
New Contributors
Full Changelog: v0.5.10...v0.6.0