UNPKG

standardized-audio-context

Version:

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

4 lines 260 B
export const testAnalyserNodeGetFloatTimeDomainDataMethodSupport = (nativeAnalyserNode) => { return typeof nativeAnalyserNode.getFloatTimeDomainData === 'function'; }; //# sourceMappingURL=test-analyser-node-get-float-time-domain-data-method-support.js.map