Browse Source
Disable unused miniaudio features (#3544)
* Disable unused miniaudio features
* Fix mistakes
pull/3552/head
Alexandre Almeida
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
src/raudio.c
|
|
@ -167,6 +167,10 @@ typedef struct tagBITMAPINFOHEADER { |
|
|
|
#define MA_NO_WAV |
|
|
|
#define MA_NO_FLAC |
|
|
|
#define MA_NO_MP3 |
|
|
|
#define MA_NO_RESOURCE_MANAGER |
|
|
|
#define MA_NO_NODE_GRAPH |
|
|
|
#define MA_NO_ENGINE |
|
|
|
#define MA_NO_GENERATION |
|
|
|
|
|
|
|
// Threading model: Default: [0] COINIT_MULTITHREADED: COM calls objects on any thread (free threading) |
|
|
|
#define MA_COINIT_VALUE 2 // [2] COINIT_APARTMENTTHREADED: Each object has its own thread (apartment model) |
|
|
|