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
2021-04-18
Remove trailing spaces
Ray
2021-04-09
use xm streams in the same sample sample size as the output device (#1716)
Jeffery Myers
2021-04-06
Minor comment tweaks
Ray
2021-04-01
Remove trailing spaces
raysan5
2021-03-31
Review code formatting
raysan5
2021-03-22
Review latest PR and some formatting
Ray
2021-03-22
[AUDIO] Music Looping enhancements (#1665)
Jeffery Myers
2021-03-21
[AUDIO] Use device native sample rates (#1660)
Jeffery Myers
2021-03-19
Removed trailing spaces
Ray
2021-03-19
WARNING: BREAKING: REVIEWED some enums naming
Ray
2021-03-04
Minor struct organization tweak
Ray
2021-03-02
REVIEWED: GetFileExtension() to include the dot #1523
Ray
2021-02-25
LoadMusicStreamFromMemory OGG support (#1613)
Agnis "NeZvērs" Aldiņš
2021-02-24
jar_xm_create_context_safe requesting const char* (#1611)
Agnis "NeZvērs" Aldiņš
2021-02-24
LoadMusicStreamFromMemory wav mp3 flac support (#1609)
Agnis "NeZvērs" Aldiņš
2021-02-22
LoadMusicStreamFromMemory (#1606)
Agnis "NeZvērs" Aldiņš
2021-02-14
[raudio] Fix load and unload issues with Music (#1588)
Chris
2021-02-07
REVIEWED: Multichannel sound system #1548
raysan5
2021-02-05
REVIEWED: CloseAudioBufferPool(), uninit buffers properly #1548
raysan5
2021-02-05
REVIEWED: raudio: Some LOG_ERROR -> LOG_WARNING #1562
raysan5
2021-02-02
Update raudio.c
raysan5
2021-01-15
Review warning
Ray
2021-01-02
Update year to 2021
raysan5
2020-12-31
Avoid dereferencing a null pointer in the 'LoadSounsFromWave' function if th...
Victor Gallet
2020-12-23
Remove trailing spaces
raysan5
2020-12-18
WARNING: RENAMED several functions for consistency #1440
Ray
2020-12-12
Added security check to pitch change #1450
Ray
2020-12-12
Reviewed SetAudioBufferPitch() #1450
Ray
2020-11-30
Fix typecast warnings in raylib code as reported by visual studio 2019 (#1443)
Jeffery Myers
2020-11-22
Exposing some file access results to user layer #1420
Ray
2020-11-19
WARNING: Multiple funcs reviewed!
Ray
2020-11-16
Review issues with FLAC loading
Ray
2020-11-15
Update audio libraries #1423
raysan5
2020-11-03
Remove trailing spaces
Ray
2020-09-16
Add security checks when loading data from memory
raysan5
2020-09-15
REVIEWED: SaveWAV() to use memory write insted of file
raysan5
2020-09-14
Review memory loading functions signesness
Ray
2020-09-13
ADDED: LoadWaveFromMemory() #1327
Ray
2020-08-11
Support mulstiple WAV sampleSize for MusicStream #1340
raysan5
2020-07-31
LoadSound(): Use memory loading (WAV, OGG, MP3, FLAC) #1312
raysan5
2020-07-13
Remove conditional __EMSCRIPTEN__
raysan5
2020-07-10
Update miniaudio to v0.10.12, solves #1288
raysan5
2020-07-10
Chromium needs a larger audio buffer (#1300)
Random
2020-06-30
Expose additional configuration options
Ray
2020-05-24
REDESIGNED: ExportWaveAsCode() to use memory buffer
raysan5
2020-05-24
Added LoadWAV()/SaveWAV() memory buffer sample code
raysan5
2020-05-23
Support WAV music streaming #1198
raysan5
2020-05-23
Review usage of sizeof(), unify conventions
raysan5
2020-05-22
Corrected issue with multichannel on CloseAudioDevice()
raysan5
2020-05-14
WARNING: BREAKING CHANGE: Review audio looping system
raysan5
[next]