UNPKG

standardized-audio-context

Version:

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

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