Hi I just noticed that importing Convolution is missing in the README example in the section of "Running Pedalboard on Live Audio"
Current version:
from pedalboard import Pedalboard, Chorus, Compressor, Delay, Gain, Reverb, Phaser
from pedalboard.io import AudioStream
 
Fix:
from pedalboard import Pedalboard, Chorus, Compressor, Delay, Gain, Reverb, Phaser, Convolution
from pedalboard.io import AudioStream