Commit d3c42fbf authored by David Reid's avatar David Reid

Add documentation in preparation for WAV, FLAC and MP3 amalgamation.

parent a37e8a7e
...@@ -474,6 +474,15 @@ Build Options ...@@ -474,6 +474,15 @@ Build Options
#define MA_NO_ENCODING #define MA_NO_ENCODING
Disables encoding APIs. Disables encoding APIs.
#define MA_NO_WAV
Disables the built-in WAV decoder and encoder.
#define MA_NO_FLAC
Disables the built-in FLAC decoder.
#define MA_NO_MP3
Disables the built-in MP3 decoder.
#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
decoding APIs. decoding APIs.
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