From 8c2cbf6343fa2fe4fd6006b9290a330e4dc9afef Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 25 Jan 2026 20:45:15 +1000 Subject: [PATCH] Fix some language in the documentation. --- miniaudio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index 06566ee1..573ee080 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -3575,7 +3575,7 @@ you will want to use. To initialize a ring buffer, do something like the followi The `ma_audio_ring_buffer_init()` function takes the sample format, channel count and sample rate as parameters because it's the PCM variant of the ring buffer API. The sample rate is not used by -the ring buffer internally and can be left as null, but it is provided for the purpose of the data +the ring buffer internally and can be set to 0, but it is provided for the purpose of the data source implementation. You can allocate your own underlying buffer to act as the backing store in which case you can