Interface ToneAudioBuffersUrlMap

interface ToneAudioBuffersUrlMap {
    [name: string]: string | AudioBuffer | ToneAudioBuffer;
}

Indexable

[name: string]: string | AudioBuffer | ToneAudioBuffer