mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 08:14:04 +02:00
Add MA_NO_ENCODING to the Build Options section in documentation.
Public issue https://github.com/dr-soft/miniaudio/issues/151
This commit is contained in:
+4
-1
@@ -469,7 +469,10 @@ Build Options
|
||||
Disables the null backend.
|
||||
|
||||
#define MA_NO_DECODING
|
||||
Disables the decoding APIs.
|
||||
Disables decoding APIs.
|
||||
|
||||
#define MA_NO_ENCODING
|
||||
Disables encoding APIs.
|
||||
|
||||
#define MA_NO_DEVICE_IO
|
||||
Disables playback and recording. This will disable ma_context and ma_device APIs. This is useful if you only want to use miniaudio's data conversion and/or
|
||||
|
||||
Reference in New Issue
Block a user