Skip to content

Releases: spotify/pedalboard

v0.7.6

28 Jul 19:41
Compare
Choose a tag to compare

What's Changed

  • Add support for instrument plugins that require event loops to run on start. (#234)

Full Changelog: v0.7.5...v0.7.6

v0.7.5

15 Jul 21:00
Compare
Choose a tag to compare

What's Changed

  • Enable musllinux builds for Python 3.10 and 3.11. (#232)

Full Changelog: v0.7.4...v0.7.5

v0.7.4

15 Jun 17:32
e275780
Compare
Choose a tag to compare

What's Changed

  • Added support for external instrument plugins. (#225)

Full Changelog: v0.7.3...v0.7.4

v0.7.3

10 Apr 15:04
Compare
Choose a tag to compare

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

24 Mar 13:38
a37151a
Compare
Choose a tag to compare

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

08 Mar 18:39
Compare
Choose a tag to compare

What's Changed

  • Fix FLAC reading when seeking forward in a file or stream. (#203)

Full Changelog: v0.7.0...v0.7.1

v0.7.0

15 Feb 14:39
Compare
Choose a tag to compare

What's Changed

  • Add experimental live audio support. (#98)

Full Changelog: v0.6.9...v0.7.0

v0.6.9

06 Feb 03:50
Compare
Choose a tag to compare

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

18 Jan 04:51
5b24086
Compare
Choose a tag to compare

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

04 Dec 15:07
Compare
Choose a tag to compare

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