UNPKG

standardized-audio-context

Version:

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

5 lines 183 B
import { CYCLE_COUNTERS } from '../globals'; export const isPartOfACycle = (audioNode) => { return CYCLE_COUNTERS.has(audioNode); }; //# sourceMappingURL=is-part-of-a-cycle.js.map