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) 180 B
export interface SoundResetOptions { keepVolumes?: boolean; keepPanning?: boolean; keepSpatial?: boolean; keepPlaybackRate?: boolean; unloadSounds?: boolean; }