summaryrefslogtreecommitdiffhomepage
path: root/src/raudio.c
AgeCommit message (Expand)Author
2020-08-11Support mulstiple WAV sampleSize for MusicStream #1340raysan5
2020-07-31LoadSound(): Use memory loading (WAV, OGG, MP3, FLAC) #1312raysan5
2020-07-13Remove conditional __EMSCRIPTEN__raysan5
2020-07-10Update miniaudio to v0.10.12, solves #1288raysan5
2020-07-10Chromium needs a larger audio buffer (#1300)Random
2020-06-30Expose additional configuration optionsRay
2020-05-24REDESIGNED: ExportWaveAsCode() to use memory bufferraysan5
2020-05-24Added LoadWAV()/SaveWAV() memory buffer sample coderaysan5
2020-05-23Support WAV music streaming #1198raysan5
2020-05-23Review usage of sizeof(), unify conventionsraysan5
2020-05-22Corrected issue with multichannel on CloseAudioDevice()raysan5
2020-05-14WARNING: BREAKING CHANGE: Review audio looping systemraysan5
2020-05-06Avoid all MSVC compile warningsraysan5
2020-05-01Review exposed #defines and allow user re-definingraysan5
2020-04-06added log warning for unsupported file extension for music stream (#1176)Louis Johnson
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