Type alias AudioBufferMap

AudioBufferMap: {
    [key: string]: AudioBuffer;
}

Type declaration