UNPKG

standardized-audio-context

Version:

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

6 lines 166 B
export interface IAudioBufferOptions { length: number; numberOfChannels?: number; sampleRate: number; } //# sourceMappingURL=audio-buffer-options.d.ts.map