Skip to content

Releases: spotify/pedalboard

v0.9.6

19 May 18:27
Compare
Choose a tag to compare

What's Changed

  • Add binary state field to VST3 and AU plugins by @kmontag. (#297)

New Contributors

Full Changelog: v0.9.5...v0.9.6

v0.9.5

07 May 14:20
Compare
Choose a tag to compare

What's Changed

  • Allow accessing AudioFile metadata after closing. (#313)
  • Update show_editor docstring. (#325)
  • Add AUv3 support. (#327)

Full Changelog: v0.9.4...v0.9.5

v0.9.4

22 Mar 19:10
Compare
Choose a tag to compare

What's Changed

  • Add metadata fields for VSTs and Audio Units. (#306)

Full Changelog: v0.9.3...v0.9.4

v0.9.3

12 Mar 19:46
9f78a45
Compare
Choose a tag to compare

What's Changed

  • Add AudioFile::encode. (#303)

Full Changelog: v0.9.2...v0.9.3

v0.9.2

07 Mar 18:38
Compare
Choose a tag to compare

What's Changed

  • Avoid deadlocks and nondeterministic results when using the same AudioFile in multiple threads. (#298)

Full Changelog: v0.9.1...v0.9.2

v0.9.1

29 Feb 21:33
Compare
Choose a tag to compare

Added wheels for Alpine Linux (musllibc) for Python 3.8 and 3.9.

v0.9.0

27 Feb 22:27
Compare
Choose a tag to compare

What's Changed

  • Release the GIL when reading from BytesIO objects. (#291)
  • Avoid unnecessarily taking the GIL when using ResampledReadableAudioFile. (#293)

Full Changelog: v0.8.9...v0.9.0

v0.8.9

22 Feb 15:15
Compare
Choose a tag to compare

What's Changed

  • Fix incorrect behaviour on shutdown of some VST3 plugins (@gloriajjl, #285)

New Contributors

Full Changelog: v0.8.8...v0.8.9

v0.8.8

21 Feb 20:58
cf8021a
Compare
Choose a tag to compare

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

14 Dec 21:38
Compare
Choose a tag to compare

What's Changed

  • Release the GIL when calling .read() on a ResampledReadableAudioFile. (#283)

Full Changelog: v0.8.6...v0.8.7