UNPKG

standardized-audio-context

Version:

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

3 lines 228 B
import { TNativeAudioNode, TNativeContext } from '../types'; export declare const isOwnedByContext: (nativeAudioNode: TNativeAudioNode, nativeContext: TNativeContext) => boolean; //# sourceMappingURL=is-owned-by-context.d.ts.map