UNPKG

standardized-audio-context

Version:

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

5 lines 186 B
import { TNativeAudioParam } from '../types'; export interface IAudioParamRenderer { replay(audioParam: TNativeAudioParam): void; } //# sourceMappingURL=audio-param-renderer.d.ts.map