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