summaryrefslogtreecommitdiffhomepage
path: root/src/raudio.c
AgeCommit message (Expand)Author
2020-03-30[cppcheck] Fix minor warnings in models.c and raudio.c (#1162)Dani Martin
2020-03-27Review TRACELOG() messagesraysan5
2020-03-27[raudio] Review TRACELOG() messages, categorizedraysan5
2020-03-27[raudio] Review TRACELOG() messages, categorizedraysan5
2020-03-25Remove trail spacesraysan5
2020-03-17Replace external libraries custom allocators by raylib ones #1074raysan5
2020-02-27TweaksRay
2020-02-27REDESIGN: ExportWave()Ray
2020-02-27Remove trail spaces and some tweaksRay
2020-02-26Remove TraceLog() dependency on standalone modeRay
2020-02-18Review function name on RAUDIO_STANDALONERay
2020-02-18Some security checks in case music is not properly loadedRay
2020-02-14[raudio] ADDED: SetAudioStreamBufferSizeDefault()Ray
2020-02-14Remove "No Audio Buffer" tracesRay
2020-02-13[raudio] Corrected issue with OGG sound loadingRay
2020-02-12Updated periodSize referenceRay
2020-02-12Trace log comment reviewRay
2020-02-12Reviewed Cppcheck issues #1098Ray
2020-02-10[raudio] Update to latest miniaudio 0.10raysan5
2020-02-10Minor tweaksraysan5
2020-02-09Minor tweaksraysan5
2020-02-04Review libc dependencies and remove when possibleRay
2020-02-04Update to miniaudio 0.10 (#1092)David Reid
2020-02-03Remove all trail spacesRay
2020-02-03Replace TraceLog() function by TRACELOG macroRay
2020-02-03Develop branch integration (#1091)Ray
2020-01-28Some tweaksRay
2020-01-26Corrected bug #989Ray
2020-01-14Fix for short non-looping sounds (#1067)jbosh
2020-01-08Reviewed some commentsRay
2020-01-08IsAudioBufferPlaying() replace ERROR by WARNINGRay
2020-01-05Update year to 2020raysan5
2019-12-21Forcibly ensure .xm playback starts in the right place; fixes #1043. (#1045)illegalinstruction
2019-10-29fix various problems, thanks CppCheck :) (#1005)João Coelho
2019-10-22Corrected possible memory leak #993Ray
2019-10-17Remove trailing spacesRay
2019-10-03Remove dead assignments (#980)Michael Vetter
2019-09-30Add security checks on file writtingRay
2019-09-03Review dr_flac usageRay
2019-09-03Remove sampleLeft from Music struct... -WIP-Ray
2019-08-27Review all RL_CALLOC() callsraysan5
2019-08-13RENAMED: IsAudioBufferProcessed() -> IsAudioStreamProcessed()raysan5
2019-08-08Formating tweaksRay
2019-08-08fixed xmloader bug, user must free model shaders and textures as they might b...chriscamacho
2019-07-26WARNING: Replaced Music pointer by structRay
2019-07-24Some variables renamedRay
2019-07-24Added Sound parameters dataRay
2019-07-23Try to avoid collision with CoreAudio on macOSRay
2019-07-23WARNING: Complete review of raudio -WIP-Ray
2019-06-29Review multichannel PR additionRay