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:
David Reid
2020-04-20 10:01:35 +10:00
parent 7e1bdf7724
commit 5e8a299aa8
+4 -1
View File
@@ -469,7 +469,10 @@ Build Options
Disables the null backend. Disables the null backend.
#define MA_NO_DECODING #define MA_NO_DECODING
Disables the decoding APIs. Disables decoding APIs.
#define MA_NO_ENCODING
Disables encoding APIs.
#define MA_NO_DEVICE_IO #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 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