UNPKG

standardized-audio-context

Version:

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

3 lines 355 B
import { TNativeAudioContext, TNativeAudioWorkletNodeConstructor } from '../types'; export declare const testAudioNodeDisconnectMethodSupport: (nativeAudioContext: TNativeAudioContext, nativeAudioWorkletNodeConstructor: null | TNativeAudioWorkletNodeConstructor) => Promise<boolean>; //# sourceMappingURL=test-audio-node-disconnect-method-support.d.ts.map