UNPKG

standardized-audio-context

Version:

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

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