pedalboard
pedalboard copied to clipboard
🎛 🔊 A Python library for audio.
Theres a consistent crash when attempting to append any effects to a Pedalboard instance in a Windows 11 environment. This issue occurs specifically when using the **append()** method of the...
Hi I'd like to use this library on Windows but no luck... Here is the code : ``` from pedalboard import Pedalboard, Chorus, Compressor, Delay, Gain, Reverb, Phaser, Convolution from...
When I'm using AudioStream to stream audio directly from my microphone to headphones in real time, and when I have a PitchShift object in my pedalboard, it results in extremely...
Hello @psobot old friend! I can't seem to get pedalboard VST3's to load on WSL, in case anyone is equally masochistic and had success? (It works on Mac + Windows...
I don't have much experience with Audio editing. An year earlier, I had experimented with the Pedalboard's Reverb effect for creating [LoFi songs](https://www.youtube.com/@Redlyr) and thought it was pretty cool. Now...
Hi, @psobot! I have finally managed to make the [minimal reproducible example](https://github.com/Gdalik/PedalBoardCrash_Windows), which causes the crashing with error code -1073741819 (0xC0000005) The script works with pedalboard v0.9.6 or lower.
I am on Linux and I try the real time live audio capture with two USB sound card ``` OS: Linux Mint 21.1 x86_64 Host: 10AY001TCA ThinkCentre M73 Kernel: 5.15.0-118-generic...