UNPKG

sound-manager-ts

Version:

A lightweight, TypeScript-based Web Audio API manager for seamless sound control in web apps and games

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