Skip to content

Releases: spotify/pedalboard

v0.8.6

14 Nov 17:20
Compare
Choose a tag to compare

What's Changed

  • Ensure that generated FLAC files have seek tables. (#272)

Full Changelog: v0.8.5...v0.8.6

v0.8.5

17 Oct 14:57
Compare
Choose a tag to compare

What's Changed

  • Properly support parsing MP3 files without headers. (#264)

Full Changelog: v0.8.4...v0.8.5

v0.8.4

13 Oct 18:58
Compare
Choose a tag to compare

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

07 Oct 15:11
Compare
Choose a tag to compare

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.2

03 Oct 01:05
Compare
Choose a tag to compare

What's Changed

  • Add support for Python 3.12. (#237)

Full Changelog: v0.8.1...v0.8.2

v0.8.1

21 Sep 03:23
336cd89
Compare
Choose a tag to compare

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

12 Sep 17:27
Compare
Choose a tag to compare

What's Changed

  • Add pedalboard.time_stretch for time stretching. (#249)

Full Changelog: v0.7.9...v0.8.0

v0.7.9

05 Sep 19:19
Compare
Choose a tag to compare

What's Changed

  • Improved MP3 compatibility by using an adaptive parser. (#247)

Full Changelog: v0.7.8...v0.7.9

v0.7.8

11 Aug 13:56
Compare
Choose a tag to compare

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

01 Aug 21:53
Compare
Choose a tag to compare

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