chaudio.plugins

Plugin Audio Processing (chaudio.plugins)

These are plugins that take in an input, perform some action on it to alter the sound, and then return the result as a chaudio.source.Source.

Some common ones:

echo Adds in the echo effect, with each successive echo being decayed.
fade A gentle fade in and out
filters filters to remove frequency ranges, pass zones, bands, etc
noise adds white noise to input
resolution changes the minimum resolution
volume A simple multiplier to scale the volume

Classes

Basic(**kwargs)