UNPKG

standardized-audio-context

Version:

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

6 lines 294 B
import { AUDIO_NODE_CONNECTIONS_STORE } from '../globals'; import { getValueForKey } from './get-value-for-key'; export const getAudioNodeConnections = (audioNode) => { return getValueForKey(AUDIO_NODE_CONNECTIONS_STORE, audioNode); }; //# sourceMappingURL=get-audio-node-connections.js.map