UNPKG

standardized-audio-context

Version:

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

6 lines 266 B
import { AUDIO_PARAM_STORE } from '../globals'; import { getValueForKey } from './get-value-for-key'; export const getNativeAudioParam = (audioParam) => { return getValueForKey(AUDIO_PARAM_STORE, audioParam); }; //# sourceMappingURL=get-native-audio-param.js.map