Updated audio library: mini_al -> miniaudio

This commit is contained in:
Ray
2019-03-12 11:54:45 +01:00
parent 2f97a3f835
commit 76e968f6b7
6 changed files with 31935 additions and 30065 deletions

View File

@@ -11,7 +11,7 @@
* - Manage raw audio context
*
* DEPENDENCIES:
* mini_al.h - Audio device management lib (https://github.com/dr-soft/mini_al)
* miniaudio.h - Audio device management lib (https://github.com/dr-soft/miniaudio)
* stb_vorbis.h - Ogg audio files loading (http://www.nothings.org/stb_vorbis/)
* dr_mp3.h - MP3 audio file loading (https://github.com/mackron/dr_libs)
* dr_flac.h - FLAC audio file loading (https://github.com/mackron/dr_libs)