Add a comment

This commit is contained in:
Clownacy 2020-04-04 20:58:12 +01:00
parent 6ea58290f4
commit 7c729af36f

View file

@ -76,7 +76,7 @@ BOOL AudioBackend_Init(void)
config.playback.pDeviceID = NULL;
config.playback.format = ma_format_f32;
config.playback.channels = 2;
config.sampleRate = 0;
config.sampleRate = 0; // Let miniaudio decide what sample rate to use
config.dataCallback = Callback;
config.pUserData = NULL;