UNPKG

standardized-audio-context

Version:

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

4 lines 183 B
export const isOscillatorNode = (audioNode) => { return 'detune' in audioNode && 'frequency' in audioNode && !('gain' in audioNode); }; //# sourceMappingURL=oscillator-node.js.map