mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 16:24:04 +02:00
Add a note to the readme to make it clear mini_al does not load files.
This commit is contained in:
@@ -116,3 +116,12 @@ int main(int argc, char** argv)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
mini_al does not directly support loading of audio files like WAV, FLAC, MP3, etc. You may want to
|
||||||
|
consider the following single file libraries for this:
|
||||||
|
- [dr_flac](https://github.com/mackron/dr_libs/blob/master/dr_flac.h)
|
||||||
|
- [dr_wav](https://github.com/mackron/dr_libs/blob/master/dr_wav.h)
|
||||||
|
- [stb_vorbis](https://github.com/nothings/stb/blob/master/stb_vorbis.c)
|
||||||
|
|
||||||
|
If you know of any other single file libraries I can add to this list, let me know. Preferably public
|
||||||
|
domain or MIT.
|
||||||
|
|||||||
Reference in New Issue
Block a user