mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Fix some language in the documentation.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user