Releases: spotify/pedalboard
Releases Β· spotify/pedalboard
v0.8.6
What's Changed
- Ensure that generated FLAC files have seek tables. (#272)
Full Changelog: v0.8.5...v0.8.6
v0.8.5
What's Changed
- Properly support parsing MP3 files without headers. (#264)
Full Changelog: v0.8.4...v0.8.5
v0.8.4
What's Changed
- Raise any Python exceptions thrown during seek operations on file-like objects. (#262)
Full Changelog: v0.8.3...v0.8.4
v0.8.3
What's Changed
- Add .tell() method to WriteableAudioFile. (#256)
- Set midi messages timestamp relative to buffer start (@DamRsn, #259)
- Allow passing an Event to show_editor() to close editor windows. (#260)
New Contributors
Full Changelog: v0.8.2...v0.8.3
v0.8.1
What's Changed
- Upgrade to RubberBand v3.3.0 and expose extra options in
time_stretch
. (#251)
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- Add
pedalboard.time_stretch
for time stretching. (#249)
Full Changelog: v0.7.9...v0.8.0
v0.7.9
What's Changed
- Improved MP3 compatibility by using an adaptive parser. (#247)
Full Changelog: v0.7.8...v0.7.9
v0.7.8
What's Changed
- Add explicit error message when swapping the
samplerate
and num_channels
arguments on AudioFile. (#238)
- Make
.resampled_to
a no-op if the file already has the desired sample rate. (#239)
Full Changelog: v0.7.7...v0.7.8
v0.7.7
What's Changed
- Return an integer for
AudioFile.samplerate
when possible, and allow passing a floating-point value to AudioFile.read
. (#236)
Full Changelog: v0.7.6...v0.7.7