pedalboardEasy Playground

Spotify's audio effects library: reverb, compression, EQ, etc.

Getting started with pedalboardRun locally
Install
pip install pedalboard
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: pedalboard)

pedalboard is a third-party package. Spotify's audio effects library: reverb, compression, EQ, etc.. Install with: pip install pedalboard

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?