newIIRFilterOptions abstract method
- int channelCount,
- ChannelCountMode channelCountMode,
- ChannelInterpretation channelInterpretation,
- required TauArray<
TauNumber> feedforward, - required TauArray<
TauNumber> feedback,
Implementation
IIRFilterOptions newIIRFilterOptions({
int channelCount,
ChannelCountMode channelCountMode,
ChannelInterpretation channelInterpretation,
required TauArray<TauNumber> feedforward,
required TauArray<TauNumber> feedback,
});