UNPKG

standardized-audio-context

Version:

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

4 lines 299 B
import { IAudioNode } from '../interfaces'; import { TContext } from '../types'; export declare const visitEachAudioNodeOnce: <T extends TContext>(cycles: IAudioNode<T>[][], visitor: (audioNode: IAudioNode<T>, count: number) => void) => void; //# sourceMappingURL=visit-each-audio-node-once.d.ts.map