UNPKG

standardized-audio-context

Version:

A cross-browser wrapper for the Web Audio API which aims to closely follow the standard.

6 lines 257 B
import { TNativeAudioNode, TNativeIIRFilterNode } from '../types'; export interface INativeIIRFilterNodeFaker extends TNativeIIRFilterNode { bufferSize: number; inputs: TNativeAudioNode[]; } //# sourceMappingURL=native-iir-filter-node-faker.d.ts.map