aboutsummaryrefslogtreecommitdiff
path: root/src/audio.c
AgeCommit message (Expand)Author
2017-11-19Log the name of the playback device.David Reid
2017-11-18Rename a variable for consistency.David Reid
2017-11-18Add some logging and update mini_al.David Reid
2017-11-18mini_al: Unify the buffer system for Sounds and AudioStreams.David Reid
2017-11-15Add support for pitch shifting.David Reid
2017-11-14Fix minor errors with the OpenAL backend.David Reid
2017-11-14Bug fixes for Music with mini_al.David Reid
2017-11-13Bring up to date with changes to mini_al.David Reid
2017-11-12Update comments.David Reid
2017-11-12Work on porting Music to mini_al.David Reid
2017-11-12Initial work on porting AudioStream to use mini_al.David Reid
2017-11-12Rename SoundInternal to SoundData for consistency with MusicData.David Reid
2017-11-12Initial work on adding support for mini_al.David Reid
2017-09-13Corrected out-of-bounds array issueRay
2017-07-02Rename enum LogType names...raysan5
2017-05-14Reviewed some comments...Ray
2017-05-10Review issue and added some commentsRay
2017-05-08Some defines tweaks for consistencyRay
2017-05-08StopMusicStream() reviewRay
2017-05-03Some code tweaksRay
2017-04-23Support XM modules by defaultraysan5
2017-04-21Make TraceLog() public to the APIRay
2017-03-29Added IsFileExtension()Ray
2017-03-26Merge branch 'develop' of https://github.com/raysan5/raylib into developRay
2017-03-26Work on configuration flagsRay
2017-03-25Replaced font.size with font.baseSize. Uncommented linux libs. Typo or twoRDR8
2017-03-20Review some commentsRay
2017-03-19Working on file header comments...raysan5
2017-03-05Clear music buffers on stopraysan5
2017-03-02fix for audio.c(607): error C2036: 'void *': unknown size in Visual Studio 2015.bugcaptor
2017-02-16Improved modules description -IN PROGRESS-Ray
2017-02-11Corrected issue with OpenAL being 'keg only' on OSXraysan5
2017-02-11Reviewed fread() usage around the coderaysan5
2017-02-09[audio] Renamed variableRay
2017-02-08Remove lighting system from rlgl standalone headerRay San
2017-02-06Added audio function: SetMusicLoopCount()Ray
2017-02-06Added audio function: SetMasterVolume()Ray
2017-01-28Remove unecessary spaces...Ray
2017-01-24Revert unneeded changeRay
2017-01-22Upload wave collector - GGJ17 gameRay
2017-01-19Support 32bit wav dataRay
2017-01-18Some tweaks for consistencyRay San
2017-01-18Stop sound source before unloadingRay San
2017-01-18Corrected bug on OGG sound loadingRay San
2017-01-15Add support for 32-bit PCM sample dataraysan5
2017-01-07Support rRES data loadingraysan5
2016-12-27Review some formatting and namingraysan5
2016-12-26Improved FLAC audio supportraysan5
2016-12-25Complete review of audio moduleraysan5
2016-12-22Change UpdateSound() to accept const void *Saggi Mizrahi