Add a comment
This commit is contained in:
parent
6ea58290f4
commit
7c729af36f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue