UNPKG

standardized-audio-context

Version:

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

4 lines 368 B
import { IAudioNode } from '../interfaces'; import { TActiveInputConnection, TContext } from '../types'; export declare const deleteActiveInputConnection: <T extends TContext>(activeInputConnections: Set<TActiveInputConnection<T>>, source: IAudioNode<T>, output: number) => null | TActiveInputConnection<T>; //# sourceMappingURL=delete-active-input-connection.d.ts.map