newWaveShaperOptions abstract method

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

Implementation

WaveShaperOptions newWaveShaperOptions({
  int channelCount,
  ChannelCountMode channelCountMode,
  ChannelInterpretation channelInterpretation,
  TauArray<TauNumber> curve,
  OverSampleType oversample,
});