From 156f0d678ff8b3d3ce0c55be5b00008ed2eb34c7 Mon Sep 17 00:00:00 2001 From: David Reid Date: Thu, 7 May 2026 08:44:09 +1000 Subject: [PATCH] Fix an example. --- miniaudio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index 0dba7c5f..4f646a2a 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -3622,7 +3622,7 @@ with the `ma_waveform` API. Example: ... - ma_waveform_read_pcm_frames(&waveform, pOutput, frameCount); + ma_waveform_read_pcm_frames(&waveform, pOutput, frameCount, NULL); ``` The amplitude, frequency, type, and sample rate can be changed dynamically with