UNPKG

standardized-audio-context

Version:

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

3 lines 190 B
import { ACTIVE_AUDIO_NODE_STORE } from '../globals'; export const isActiveAudioNode = (audioNode) => ACTIVE_AUDIO_NODE_STORE.has(audioNode); //# sourceMappingURL=is-active-audio-node.js.map