aboutsummaryrefslogtreecommitdiff
path: root/examples/others/audio_standalone.c
AgeCommit message (Collapse)Author
2019-01-10WARNING: Renamed module: audio -> raudioRay
Planning to promote raudio module as a simple and easy-to-use front-end for the amazing mini_al library, so the name change. Name comes from raylib-audio but in spanish it also remembers to word "raudo", meaning "very fast", an analogy that fits perfectly to the usefulness and performance of the library! Consequently, raylib version has been bumped to 2.4-dev.
2018-12-21Use stb_vorbis.h as header onlyRay
2018-07-16Reviewed audio_standaloneRay
Now it works with mini_al library
2018-03-04Fix result of operation is garbage or undefinedmaficccc@gmail.com
2017-11-25Build examples and games on Travis CIAhmad Fatoum
They were disabled because they failed to build, but this patch set fixes the build on Linux and macOS. This doesn't apply to the AppVeyor build on Windows yet; it currently fails at linking with OpenAL.
2017-10-22Comments tweakRay
2017-05-19Some tweaks and additionsRay
2017-04-04Reorganize examples folderRay