WaveShaperOptions constructor

WaveShaperOptions({
  1. int channelCount,
  2. ChannelCountMode channelCountMode,
  3. ChannelInterpretation channelInterpretation,
  4. JSArray<JSNumber> curve,
  5. OverSampleType oversample,
})

Implementation

external factory WaveShaperOptions({
  int channelCount,
  ChannelCountMode channelCountMode,
  ChannelInterpretation channelInterpretation,
  JSArray<JSNumber> curve,
  OverSampleType oversample,
});