FilterConfig constructor

FilterConfig({
  1. double? volume,
  2. Equalizer? equalizer,
  3. Karaoke? karaoke,
  4. Timescale? timescale,
  5. Tremolo? tremolo,
  6. Vibrato? vibrato,
  7. Rotation? rotation,
  8. Distortion? distortion,
  9. ChannelMix? channelMix,
  10. LowPass? lowPass,
})

Implementation

FilterConfig({
  this.volume,
  this.equalizer,
  this.karaoke,
  this.timescale,
  this.tremolo,
  this.vibrato,
  this.rotation,
  this.distortion,
  this.channelMix,
  this.lowPass,
});