FilterConfig constructor
FilterConfig({
- double? volume,
- Equalizer? equalizer,
- Karaoke? karaoke,
- Timescale? timescale,
- Tremolo? tremolo,
- Vibrato? vibrato,
- Rotation? rotation,
- Distortion? distortion,
- ChannelMix? channelMix,
- LowPass? lowPass,
Implementation
FilterConfig({
this.volume,
this.equalizer,
this.karaoke,
this.timescale,
this.tremolo,
this.vibrato,
this.rotation,
this.distortion,
this.channelMix,
this.lowPass,
});