index
:
raylib
2.6
UWP
fix_build.zig
master
sdl-gles-fix
A simple and easy-to-use library to enjoy videogames programming
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
raudio.c
Age
Commit message (
Expand
)
Author
2020-03-30
[cppcheck] Fix minor warnings in models.c and raudio.c (#1162)
Dani Martin
2020-03-27
Review TRACELOG() messages
raysan5
2020-03-27
[raudio] Review TRACELOG() messages, categorized
raysan5
2020-03-27
[raudio] Review TRACELOG() messages, categorized
raysan5
2020-03-25
Remove trail spaces
raysan5
2020-03-17
Replace external libraries custom allocators by raylib ones #1074
raysan5
2020-02-27
Tweaks
Ray
2020-02-27
REDESIGN: ExportWave()
Ray
2020-02-27
Remove trail spaces and some tweaks
Ray
2020-02-26
Remove TraceLog() dependency on standalone mode
Ray
2020-02-18
Review function name on RAUDIO_STANDALONE
Ray
2020-02-18
Some security checks in case music is not properly loaded
Ray
2020-02-14
[raudio] ADDED: SetAudioStreamBufferSizeDefault()
Ray
2020-02-14
Remove "No Audio Buffer" traces
Ray
2020-02-13
[raudio] Corrected issue with OGG sound loading
Ray
2020-02-12
Updated periodSize reference
Ray
2020-02-12
Trace log comment review
Ray
2020-02-12
Reviewed Cppcheck issues #1098
Ray
2020-02-10
[raudio] Update to latest miniaudio 0.10
raysan5
2020-02-10
Minor tweaks
raysan5
2020-02-09
Minor tweaks
raysan5
2020-02-04
Review libc dependencies and remove when possible
Ray
2020-02-04
Update to miniaudio 0.10 (#1092)
David Reid
2020-02-03
Remove all trail spaces
Ray
2020-02-03
Replace TraceLog() function by TRACELOG macro
Ray
2020-02-03
Develop branch integration (#1091)
Ray
2020-01-28
Some tweaks
Ray
2020-01-26
Corrected bug #989
Ray
2020-01-14
Fix for short non-looping sounds (#1067)
jbosh
2020-01-08
Reviewed some comments
Ray
2020-01-08
IsAudioBufferPlaying() replace ERROR by WARNING
Ray
2020-01-05
Update year to 2020
raysan5
2019-12-21
Forcibly ensure .xm playback starts in the right place; fixes #1043. (#1045)
illegalinstruction
2019-10-29
fix various problems, thanks CppCheck :) (#1005)
João Coelho
2019-10-22
Corrected possible memory leak #993
Ray
2019-10-17
Remove trailing spaces
Ray
2019-10-03
Remove dead assignments (#980)
Michael Vetter
2019-09-30
Add security checks on file writting
Ray
2019-09-03
Review dr_flac usage
Ray
2019-09-03
Remove sampleLeft from Music struct... -WIP-
Ray
2019-08-27
Review all RL_CALLOC() calls
raysan5
2019-08-13
RENAMED: IsAudioBufferProcessed() -> IsAudioStreamProcessed()
raysan5
2019-08-08
Formating tweaks
Ray
2019-08-08
fixed xmloader bug, user must free model shaders and textures as they might b...
chriscamacho
2019-07-26
WARNING: Replaced Music pointer by struct
Ray
2019-07-24
Some variables renamed
Ray
2019-07-24
Added Sound parameters data
Ray
2019-07-23
Try to avoid collision with CoreAudio on macOS
Ray
2019-07-23
WARNING: Complete review of raudio -WIP-
Ray
2019-06-29
Review multichannel PR addition
Ray
[next]