UNPKG

standardized-audio-context

Version:

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

4 lines 274 B
import { IAudioNode, IAudioWorkletNode } from '../interfaces'; import { TContext } from '../types'; export declare const isAudioWorkletNode: <T extends TContext>(audioNode: IAudioNode<T>) => audioNode is IAudioWorkletNode<T>; //# sourceMappingURL=audio-worklet-node.d.ts.map