UNPKG

sounts

Version:

A tiny helper library for working with the web audio API written in TypeScript.

5 lines (4 loc) 275 B
export declare const main: HTMLElement; export declare function moveElementTo(element: HTMLElement, x: number, y: number): void; export declare const DEG_TO_RAD: number; export declare function loadAudioBuffer(audioContext: AudioContext, path: string): Promise<AudioBuffer>;