Type alias AudioPlayerProps

AudioPlayerProps: {
    autoPitchShift?: boolean;
    buffers?: AudioBufferMap;
}

Type declaration