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