Skip to content

Releases: spotify/pedalboard

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

v0.6.6

30 Nov 01:21
08e5986
Compare
Choose a tag to compare

What's Changed

  • Allow backwards compatibility when setting float parameters to strings. (#169)

Full Changelog: v0.6.5...v0.6.6

v0.6.5

28 Nov 15:19
0e8b6ac
Compare
Choose a tag to compare

What's Changed

  • Explicitly ignore "dB" and "dBTP" when used as a value suffix by VST and AU plugins. (#167)

Full Changelog: v0.6.4...v0.6.5

v0.6.4

18 Nov 20:39
Compare
Choose a tag to compare

What's Changed

  • Patch MP3 parser to correctly ignore Lyrics3 data. (#164)

Full Changelog: v0.6.3...v0.6.4

v0.6.3

25 Oct 00:08
3d5d601
Compare
Choose a tag to compare

What's Changed

  • Fixed an incompatibility with asyncio. (#155)

Full Changelog: v0.6.2...v0.6.3

v0.6.2

23 Sep 17:56
Compare
Choose a tag to compare

What's Changed

  • Fix parameter inference for Valhalla Supermassive. (#149)
  • Add hard clipping plugin. (#150)

Full Changelog: v0.6.1...v0.6.2

v0.6.1

09 Sep 15:12
Compare
Choose a tag to compare

What's Changed

  • Add workaround for loading certain misbehaving plugins. (#148)

Full Changelog: v0.6.0...v0.6.1

v0.6.0

08 Sep 19:32
3dc5ff9
Compare
Choose a tag to compare

What's Changed

  • Fix ineffective getter/setter on NoiseGate (@iCorv, #144)
  • Add stream resampler and resampling AudioFile. (#145)

New Contributors

Full Changelog: v0.5.10...v0.6.0