pedalboard
pedalboard copied to clipboard
π π A Python library for audio.
Thanks for making this amazing library! I'm working on building a synth with JUCE and I'd like to be able to use it from Python with `pedalboard`. But I'm having...
I'm playing around with the (relatively) new live audio processing functionality, but I'm finding that it only works with the embedded plugins. Using the following code to pass audio from...
So I have been trying to use this to change the pitch of a tts voice on the fly. I basically just wanna apply the pitch shift to a wav...
It would be useful to have CLAP plugin support in Pedalboard. Right now, we can't any plugins that only come as CLAP. - https://u-he.com/community/clap/ - > CLAP: The New Audio...
Hello. I'm trying to save the changes I make after I use the show_editor function. What's the best way of saving presets for plugins? I tried dumping the whole session...
I'm currently trying to load the [Mini V3 plugin](https://www.arturia.com/products/software-instruments/mini-v/overview) from the Arturia V Collection using the Pedalboard library and change presets programatically. I can load the plugin correctly, but for...
I have tried to access and change iZotope's VST plugins' Program presets but it seems they are not exposed. [Parameters](https://github.com/spotify/pedalboard/issues/217) work ok. Here's what MrsWatson prints out from plugin βdisplay-info...
Hello, I know that VST plugins are not cross-compatible with different operating systems. However, there is some software to use Windows plugins in Linux digital audio workstations using WINE (e.g.,...
Seeing as VST3 and JUCE support double precision processing, it would we great if we could have lossless processing of our python floats (doubles) using pedalboard. It seems as though...
Setting the raw_value attribute of an AudioProcessorParameter object does not work. I was attempting this (suggested [here](https://github.com/spotify/pedalboard/blob/a5500d2b66dc2967fe5699f56f108c44884a0889/pedalboard/_pedalboard.py#L235C1-L235C1)) as a workaround for the fact that resolution is usually lost when setting...