UNPKG

standardized-audio-context

Version:

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

4 lines 378 B
import { IAudioNode } from '../interfaces'; import { TActiveInputConnection, TContext } from '../types'; export declare const deleteActiveInputConnectionToAudioParam: <T extends TContext>(activeInputs: Set<TActiveInputConnection<T>>, source: IAudioNode<T>, output: number) => TActiveInputConnection<T>; //# sourceMappingURL=delete-active-input-connection-to-audio-param.d.ts.map