This is a small sandbox for exploring audio plugin testing and signal processing using Spotify's Pedalboard, JUCE-based VSTs, and other audio libraries.
- Experiment with plugin chains and signal transformation using Python
- Practice writing tests for audio effects
- Learn how to integrate Pedalboard with VSTs and analyze results
- macOS or Windows with audio support
- pluginval (optional for advanced VST validation)
- You can download pluginval from their GitHub Releases page
> choco install pluginvalmacOS
python3 -m venv venv
source venv/bin/activateWindows
python -m venv venv
.\venv\Scripts\activate.ps1pip install -r requirements.txt