summaryrefslogtreecommitdiffhomepage
path: root/src/raudio.c
AgeCommit message (Expand)Author
2020-11-30Fix typecast warnings in raylib code as reported by visual studio 2019 (#1443)Jeffery Myers
2020-11-22Exposing some file access results to user layer #1420Ray
2020-11-19WARNING: Multiple funcs reviewed!Ray
2020-11-16Review issues with FLAC loadingRay
2020-11-15Update audio libraries #1423raysan5
2020-11-03Remove trailing spacesRay
2020-09-16Add security checks when loading data from memoryraysan5
2020-09-15REVIEWED: SaveWAV() to use memory write insted of fileraysan5
2020-09-14Review memory loading functions signesnessRay
2020-09-13ADDED: LoadWaveFromMemory() #1327Ray
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