UNPKG

standardized-audio-context

Version:

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

3 lines 248 B
import { TNativeAnalyserNode } from '../types'; export declare const wrapAnalyserNodeGetFloatTimeDomainDataMethod: (nativeAnalyserNode: TNativeAnalyserNode) => void; //# sourceMappingURL=wrap-analyser-node-get-float-time-domain-data-method.d.ts.map