Fix some language in the documentation.

This commit is contained in:
David Reid
2026-01-25 20:45:15 +10:00
parent f99ff4cec0
commit 8c2cbf6343
+1 -1
View File
@@ -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 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 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. source implementation.
You can allocate your own underlying buffer to act as the backing store in which case you can You can allocate your own underlying buffer to act as the backing store in which case you can