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