UNPKG

sound-manager-ts

Version:

Lightweight TypeScript soundmanager for Web Audio API. Seamless audio control in web apps and games with full type safety and modern API

8 lines (7 loc) 159 B
export interface SoundProgressStateInfo { soundId: string; currentTime: number; duration: number; rawDuration: number; progress: number; }