Interface IIRFilterOptions
interface IIRFilterOptions {
channelCount?: number;
channelCountMode?: ChannelCountMode;
channelInterpretation?: ChannelInterpretation;
feedback: number[];
feedforward: number[];
}
channelCount?: number;
channelCountMode?: ChannelCountMode;
channelInterpretation?: ChannelInterpretation;
feedback: number[];
feedforward: number[];
}
                 
                    
                  Hierarchy
              
              - AudioNodeOptions- IIRFilterOptions (View Summary)