What's Changed * Handle plugin parameter value parsing better for plugins that expose Hz/kHz values. (https://github.com/spotify/pedalboard/pull/89) * Added MP3 writing support to AudioFile. (https://github.com/spotify/pedalboard/pull/93)
Compatibility release to re-enable binary platform wheels for `macosx_x86_64` machines (i.e.: older Intel Macs or Apple Silicon machines running Python under Rosetta 2.)
0.5.1
Hotfix release to allow `import pedalboard.io`, in addition to `import pedalboard; pedalboard.io.[...]`.
0.5.0
What's Changed * Added pedalboard.io.AudioFile. (https://github.com/spotify/pedalboard/pull/85) * Added support for loading plugin containers (i.e.: Waves, Native Instruments, etc) (https://github.com/spotify/pedalboard/pull/87)