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

This commit is contained in:
David Reid
2020-06-24 19:02:57 +10:00
parent a37e8a7e58
commit d3c42fbf24
+9
View File
@@ -474,6 +474,15 @@ Build Options
#define MA_NO_ENCODING
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
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.