Releases: spotify/pedalboard
Releases Β· spotify/pedalboard
v0.7.6
v0.7.5
v0.7.4
v0.7.3
What's Changed
- Seeking through resampled audio files (i.e.: via
resampled_to
) has been optimized to run in effectively constant time, rather than linear time (with respect to the seek point). (#215)
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
- Better handle misbehaving file-like objects when writing audio files. (#205)
- Allow reading MP3 files to completion even if Xing or Info frames are missing. (#207)
- Produce more helpful error messages when reading from file-like objects that have been seeked. (#210)
Full Changelog: v0.7.1...v0.7.2
v0.7.1
v0.7.0
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