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-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
2019-06-29
add multi channel audio to raudio (#895)
chriscamacho
2019-05-23
Move jar_xm_reset to jar_xm.h
Wilhem Barbier
2019-05-22
Add rewind for the XM music format
Wilhem Barbier
2019-04-23
Correct RL_FREE bug
Ray
2019-04-23
Support custom memory management macros
Ray
2019-04-08
Review creation years
Ray
2019-04-04
Removed trail spaces
Ray
2019-03-20
Checking issue with sound volume
Ray
2019-03-12
Updated audio library: mini_al -> miniaudio
Ray
2019-03-02
Corrected issue with possible 0 division
raysan5
2019-02-23
fix audio pitch
ftk
2019-02-22
Change ternary operator formatting
Ray
2019-02-22
Remove TABS
Ray
2019-02-21
Remove end-line spaces
Ray
2019-02-14
Fix config.h flags
Jens Pitkanen
2019-02-12
Avoid AudioBuffer symbol collision on macOS
Ray
2019-02-12
Include mini_al directly, no separate module
Ray
2019-01-21
Merge pull request #731 from MarcoLizza/reorganizing-logging
Ray
2019-01-21
Fixing badly (redefined) enums.
Marco Lizza
2019-01-20
Reworking log level as incremental.
Marco Lizza
2019-01-19
Review raudio comments
raysan5
2019-01-10
WARNING: Renamed module: audio -> raudio
Ray