UNPKG

sound-manager

Version:
9 lines (7 loc) 133 B
import { ISoundLabel, } from './ISoundLabel'; export interface INodeOptions { label?: ISoundLabel; volume?: number; }