mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Fix compilation errors with examples.
This commit is contained in:
@@ -35,7 +35,7 @@ void data_callback_fixed(ma_device* pDevice, void* pOutput, const void* pInput,
|
||||
*/
|
||||
printf("frameCount=%d\n", frameCount);
|
||||
|
||||
ma_waveform_read_pcm_frames(&g_sineWave, pOutput, frameCount);
|
||||
ma_waveform_read_pcm_frames(&g_sineWave, pOutput, frameCount, NULL);
|
||||
|
||||
/* Unused in this example. */
|
||||
(void)pDevice;
|
||||
|
||||
Reference in New Issue
Block a user