Commit 5e8a299a authored by David Reid's avatar David Reid

Add MA_NO_ENCODING to the Build Options section in documentation.

Public issue https://github.com/dr-soft/miniaudio/issues/151
parent 7e1bdf77
...@@ -469,7 +469,10 @@ Build Options ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment