raysan5
f7b706263a
Some code tweaks
Correcting details that pop-up when testing the different platforms
8 years ago
raysan5
6d1b712a96
Reviewed modules comments
8 years ago
Ray
8f60996b64
Corrected some warnings
8 years ago
raysan5
c384b375df
Tweak to avoid warning
8 years ago
raysan5
b1651baea5
Added support for FLAC audio loading/streaming
8 years ago
raysan5
79c8eb543e
Corrected audio bugs and improved examples
8 years ago
raysan5
7f0880a735
Review spacing formatting
raylib uses spaces between '+' and '-' signs but not between '*' and '/'
signs, it's a chosen convention
8 years ago
Ray
94142ecce5
Some more work on audio...
8 years ago
Ray
0c58c1198f
Working on new audio functions...
8 years ago
Ray
8b35de3276
Added new audio functions -IN PROGRESS-
- LoadWave()
- LoadWaveEx()
- UnloadWave()
- WaveFormat()
- WaveCopy()
- WaveCrop()
- GetWaveData()
8 years ago
raysan5
a9ab516dae
Formatting tweaks
9 years ago
raysan5
be97583f00
Added function: UpdateSound()
9 years ago
raysan5
959a228815
Removed useless spacing
9 years ago
raysan5
342b89c5b9
Review Wave struct
9 years ago
raysan5
cae209816c
Code tweak to avoid warning
9 years ago
raysan5
306945fe14
Added trace on audio device closing
9 years ago
raysan5
8c0bd30fcb
Corrected issue with Music type
9 years ago
raysan5
68d647c1af
Complete review and update
Simplified module for Music and AudioStream
Added support for raw audio streaming (with example)
9 years ago
raysan5
58d2f70b7e
Review audio module and examples
9 years ago
raysan5
2dc5f580a6
Removed audio errors register
9 years ago
raysan5
02c456432d
Complete review of audio system
Still some work left...
9 years ago
Bil152
8f7cb6fb19
Code refractoring of music model to be more friendly-user (issue #144 )
9 years ago
raysan5
a008d49230
Corrected some issues to compile with MSC
9 years ago
raysan5
6d68c78989
Updated log output info
9 years ago
raysan5
7959ccd84d
Review some functions, formatting and comments
9 years ago
raysan5
338bb3fd9c
Review variables to raylib naming conventions
Some review work still required...
9 years ago
raysan5
3884716948
Corrected a couple of warnings
9 years ago
raysan5
d63e32a377
Remove include, not supported on html5
AL/alext.h is not supported on html5 OpenAL implementation, just
replaced by the defines used in audio module
9 years ago
Joshua Reisenauer
f0d8c009ae
cleaned things up
9 years ago
Ray
29d505c98e
Reorganize external libraries - BREAKING CHANGE -
Moved all external libraries used by raylib to external folder inside
raylib src. Makefile has already been update and also the different
includes in raylib modules.
9 years ago
raysan5
cafc66a3c1
Rename for consistency with other functions
9 years ago
raysan5
4fb3103dfa
Corrected some formatting issues
9 years ago
raysan5
cf6d2e3985
Review coding style to match raylib style
Moved AudioError enum inside audio.c
9 years ago
Joshua Reisenauer
af1eb5453a
I added audio errors
The only thing I did not change was the _g for globals. Is there any
other way we can mark globals?
9 years ago
Joshua Reisenauer
05f8e83ba9
cleanup
9 years ago
Joshua Reisenauer
90e1ed2b5e
mod player added
9 years ago
Ray
17878550b1
Review heades usage
This is a first step toward a bigger project. Some modules could be
ported to header-only to be used as standalone.
9 years ago
Joshua Reisenauer
9f2fc81df2
update to openal
9 years ago
victorfisac
cf71e1242e
Fix some audio module compile warnings
9 years ago
Joshua Reisenauer
41c5f3a017
Buffer for raw audio
9 years ago
Joshua Reisenauer
b10425492a
name correction
9 years ago
Joshua Reisenauer
76ff4d220e
renamed everything so it is obvious what it does
9 years ago
Joshua Reisenauer
86fbf4fd8f
logic bug fix
9 years ago
Joshua Reisenauer
d38d7a1bed
clean up on buffering and preconditions
9 years ago
Joshua Reisenauer
8c5d403dda
new function to check if music stream is ready
_g naming convention for globals, new error exit numbers.
9 years ago
Joshua Reisenauer
ea4b5552c2
corrected typos
9 years ago
Joshua Reisenauer
5107a2dc40
bug fixes
9 years ago
Joshua Reisenauer
83dbc07650
buffering of music now uses update audio context
9 years ago
Joshua Reisenauer
f0ada8c40d
apply index to remaining functions
9 years ago
Joshua Reisenauer
9737c58054
PlayMusicStream now uses index
9 years ago