Audio (105) Datatype (15) Demo (56) Development (250) Document (64) Driver (19) Emulation (62) Game (544) Graphics (230) Library (22) Network (63) Office (22) Utility (271) Video (19)
Total files: 1742
Full index file Recent index file
Part of Aros World Exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] raudio v1.1
-----------
A simple and easy-to-use audio library based on miniaudio.
raudio.h is part of Raylib as raudio.h , i have recompiled as a static .a
library than why?
1.Executable file size is smaller if you are not using Raylib audio.
2.You can still fallow raylib sound guide and compile any audio examples on
Raylib site.
3.You can easly add sound/music to your game or program since its really easy.
Install
-------
copy libraudio.a to lib/
copy raudio.h into your include/
Compiling
---------
You can edit makefile to compile other tests
Open shell/cli and type make to compile
|