aboutsummaryrefslogtreecommitdiff
path: root/src/audio.c
AgeCommit message (Expand)Author
2019-01-10WARNING: Renamed module: audio -> raudioRay
2019-01-02Avoid crashing if music file not loadedraysan5
2018-12-29Corrected issue with MOD/XM loopraysan5
2018-12-25Corrected issue with MOD playingraysan5
2018-12-21Use stb_vorbis.h as header onlyRay
2018-12-18Support externally provided compilation flagsRay
2018-11-23Review totalSampleCount for OGG and FLACRay
2018-11-06Remove end-line spacesRay
2018-11-05Corrected issue with sampleCountRay
2018-10-31Reviewed audio issuesRay
2018-10-29ADDED: Some functions...Ray
2018-10-19Added comment on issueRay
2018-10-18Some formatting tweaksRay
2018-10-18Removed OpenAL backendRay
2018-10-17Working on MP3 loadingRay
2018-10-16Review definesRay
2018-10-10Small tweak to avoid warningRay
2018-09-19Support MP3 wave loading -NOT TESTED-Ray
2018-09-17Improved data export capabilities!Ray
2018-07-29Fix bug in LoadMusicStreamMichael Vetter
2018-07-28Corrected bug LoadMusicStream()raysan5
2018-07-28Reviewed music loadingraysan5
2018-07-27 Deal with failed LoadMusicStreamMichael Vetter
2018-07-19Working on MP3 supportRay
2018-07-05Fix bug with FLAC music streams.David Reid
2018-07-05Merge branch 'master' of https://github.com/raysan5/raylib into dr/mini_alDavid Reid
2018-06-28Fix incorrect log agent namesMichael Campagnaro
2018-05-22Review include (already included)Ray San
2018-05-21Fix some warnings.David Reid
2018-05-21Fix a copy paste typo.David Reid
2018-05-21Update mini_al.David Reid
2018-05-21Merge branch 'master' of https://github.com/raysan5/raylib into dr/mini_alDavid Reid
2018-05-21cmake: Fix PLATFORM_WEB buildAhmad Fatoum
2018-05-17Preliminary support for MP3 fileformat -WIP-Ray
2018-05-04BREAKING CHANGE: Renamed SpriteFont type to FontRay San
2018-04-21Update external audio libraries.David Reid
2018-04-07Refactor all #define SUPPORT_* into a config.hAhmad Fatoum
2018-04-02Fix Dead initializationmaficccc@gmail.com
2018-02-11Corrected masteVolume settingRay
2018-02-11Reviewed mini_al implementationRay
2018-01-15Code tweak while using OpenAL backend-
2017-12-28Review Makefile config flagsraysan5
2017-12-20Force OpenAL backend on some platformsRay San
2017-12-20Review code formattingRay San
2017-12-20Some code tweaksRay
2017-12-11Remove rres supportRay
2017-12-03Potential fixes for Raspberry Pi.David Reid
2017-11-24Potential fixes for audio on RPI and Emscripten builds.David Reid
2017-11-24Audio: Fix a bug with AudioStreams.David Reid
2017-11-22Fix a crash in audio mixing code.David Reid