newBiquadFilterOptions abstract method
- int channelCount,
- ChannelCountMode channelCountMode,
- ChannelInterpretation channelInterpretation,
- BiquadFilterType type,
- num Q,
- num detune,
- num frequency,
- num gain,
Implementation
BiquadFilterOptions newBiquadFilterOptions({
int channelCount,
ChannelCountMode channelCountMode,
ChannelInterpretation channelInterpretation,
BiquadFilterType type,
num Q,
num detune,
num frequency,
num gain,
});