UNPKG

standardized-audio-context

Version:

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

5 lines 179 B
export interface ICommonOfflineAudioContext { readonly length: number; startRendering(): Promise<AudioBuffer>; } //# sourceMappingURL=common-offline-audio-context.d.ts.map