spotify / pedalboard

🎛 🔊 A Python library for audio.
https://spotify.github.io/pedalboard
GNU General Public License v3.0
4.96k stars 249 forks source link

Add Support for CLAP Plugins #270

Open 0xdevalias opened 7 months ago

0xdevalias commented 7 months ago

It would be useful to have CLAP plugin support in Pedalboard. Right now, we can't any plugins that only come as CLAP.

Based on what I read in https://github.com/spotify/pedalboard/issues/240, it seems Pedalboard is mostly based around JUCE for plugin loading.

Doing some googling lead me to the following resources:

Based on these, it sounds like JUCE doesn't currently support hosting CLAP plugins, even with the extension linked above.

See Also