ez-web-audio
Version:
Making the Web Audio API super EZ since 2024.
5 lines • 397 B
TypeScript
type SongName = 'do-wah-diddy' | 'barely-there';
export declare function setupIndicators(element: HTMLDivElement, type: 'duration' | 'progress' | 'current' | 'description' | 'loading' | 'player' | 'vol'): void;
export declare function setupMp3Buttons(element: HTMLButtonElement, type: 'seek' | 'play' | 'vol' | 'select', name?: SongName): void;
export {};
//# sourceMappingURL=mp3-buttons.d.ts.map