Skip to content

Missing importing Convolution in README #412

Open
@jaekookang

Description

@jaekookang

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions