index
:
raylib
cmake
develop
fix-mouse-released
gh-pages
master
Forked from https://github.com/raysan5/raylib
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio.c
Age
Commit message (
Expand
)
Author
2017-11-19
Log the name of the playback device.
David Reid
2017-11-18
Rename a variable for consistency.
David Reid
2017-11-18
Add some logging and update mini_al.
David Reid
2017-11-18
mini_al: Unify the buffer system for Sounds and AudioStreams.
David Reid
2017-11-15
Add support for pitch shifting.
David Reid
2017-11-14
Fix minor errors with the OpenAL backend.
David Reid
2017-11-14
Bug fixes for Music with mini_al.
David Reid
2017-11-13
Bring up to date with changes to mini_al.
David Reid
2017-11-12
Update comments.
David Reid
2017-11-12
Work on porting Music to mini_al.
David Reid
2017-11-12
Initial work on porting AudioStream to use mini_al.
David Reid
2017-11-12
Rename SoundInternal to SoundData for consistency with MusicData.
David Reid
2017-11-12
Initial work on adding support for mini_al.
David Reid
2017-09-13
Corrected out-of-bounds array issue
Ray
2017-07-02
Rename enum LogType names...
raysan5
2017-05-14
Reviewed some comments...
Ray
2017-05-10
Review issue and added some comments
Ray
2017-05-08
Some defines tweaks for consistency
Ray
2017-05-08
StopMusicStream() review
Ray
2017-05-03
Some code tweaks
Ray
2017-04-23
Support XM modules by default
raysan5
2017-04-21
Make TraceLog() public to the API
Ray
2017-03-29
Added IsFileExtension()
Ray
2017-03-26
Merge branch 'develop' of https://github.com/raysan5/raylib into develop
Ray
2017-03-26
Work on configuration flags
Ray
2017-03-25
Replaced font.size with font.baseSize. Uncommented linux libs. Typo or two
RDR8
2017-03-20
Review some comments
Ray
2017-03-19
Working on file header comments...
raysan5
2017-03-05
Clear music buffers on stop
raysan5
2017-03-02
fix for audio.c(607): error C2036: 'void *': unknown size in Visual Studio 2015.
bugcaptor
2017-02-16
Improved modules description -IN PROGRESS-
Ray
2017-02-11
Corrected issue with OpenAL being 'keg only' on OSX
raysan5
2017-02-11
Reviewed fread() usage around the code
raysan5
2017-02-09
[audio] Renamed variable
Ray
2017-02-08
Remove lighting system from rlgl standalone header
Ray San
2017-02-06
Added audio function: SetMusicLoopCount()
Ray
2017-02-06
Added audio function: SetMasterVolume()
Ray
2017-01-28
Remove unecessary spaces...
Ray
2017-01-24
Revert unneeded change
Ray
2017-01-22
Upload wave collector - GGJ17 game
Ray
2017-01-19
Support 32bit wav data
Ray
2017-01-18
Some tweaks for consistency
Ray San
2017-01-18
Stop sound source before unloading
Ray San
2017-01-18
Corrected bug on OGG sound loading
Ray San
2017-01-15
Add support for 32-bit PCM sample data
raysan5
2017-01-07
Support rRES data loading
raysan5
2016-12-27
Review some formatting and naming
raysan5
2016-12-26
Improved FLAC audio support
raysan5
2016-12-25
Complete review of audio module
raysan5
2016-12-22
Change UpdateSound() to accept const void *
Saggi Mizrahi
[prev]
[next]