aboutsummaryrefslogtreecommitdiff
path: root/src/audio.c
AgeCommit message (Expand)Author
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
2016-12-20Corrected bug sound playing twiceRay
2016-12-17Improving rRES custom format support -IN PROGRESS-Ray
2016-12-05Corrected some warningsRay
2016-11-18Some code tweaksraysan5
2016-11-16Reviewed modules commentsraysan5
2016-10-17Corrected some warningsRay
2016-10-10Tweak to avoid warningraysan5
2016-10-10Added support for FLAC audio loading/streamingraysan5
2016-09-15Corrected audio bugs and improved examplesraysan5
2016-09-12Review spacing formattingraysan5
2016-09-09Some more work on audio...Ray
2016-09-08Working on new audio functions...developRay
2016-09-08Added new audio functions -IN PROGRESS-Ray
2016-08-31Formatting tweaksraysan5
2016-08-29Added function: UpdateSound()raysan5
2016-08-16Removed useless spacingraysan5
2016-08-15Review Wave structraysan5
2016-08-07Code tweak to avoid warningraysan5
2016-08-06Added trace on audio device closingraysan5
2016-08-02Corrected issue with Music typeraysan5