UNPKG

sound-manager-ts

Version:

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

6 lines (5 loc) 107 B
export declare enum SoundState { Playing = "playing", Paused = "paused", Stopped = "stopped" }