Releases: spotify/pedalboard
Releases · spotify/pedalboard
v0.8.8
What's Changed
- Allow calling VST3® and Audio Unit plugins from background threads. (#290)
Full Changelog: v0.8.7...v0.8.8
v0.8.7
What's Changed
- Release the GIL when calling
.read()
on a ResampledReadableAudioFile
. (#283)
Full Changelog: v0.8.6...v0.8.7
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