Ray
05cff44d0a
Improved modules description -IN PROGRESS-
Working in modules configuration flags...
8 years ago
Ray
b4988777ef
[audio] Renamed variable
8 years ago
Ray San
836c1636a2
Remove lighting system from rlgl standalone header
8 years ago
raysan5
5de597579f
Complete review of audio module
8 years ago
Saggi Mizrahi
c394708c43
Change UpdateSound() to accept const void *
The function means to accept a const * so let's declare it.
Will allow passing const buffers in games.
Also constness is next to godliness!
Signed-off-by: Saggi Mizrahi <saggi@mizrahi.cc>
8 years ago
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
raysan5
be97583f00
Added function: UpdateSound()
9 years ago
raysan5
342b89c5b9
Review Wave struct
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
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
a05150392a
Added audio standalone sample
9 years ago
raysan5
7959ccd84d
Review some functions, formatting and comments
9 years ago
Ray
1733125873
Do not expose raw audio context to final user...
...at least, directly, available if using directly audio module...
9 years ago
raysan5
cafc66a3c1
Rename for consistency with other functions
9 years ago
raysan5
cf6d2e3985
Review coding style to match raylib style
Moved AudioError enum inside audio.c
9 years ago
Joshua Reisenauer
cf2975d062
convenient way to combine errors
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
90e1ed2b5e
mod player added
9 years ago
Joshua Reisenauer
9f2fc81df2
update to openal
9 years ago
Joshua Reisenauer
41c5f3a017
Buffer for raw audio
9 years ago
Joshua Reisenauer
76ff4d220e
renamed everything so it is obvious what it does
9 years ago
Joshua Reisenauer
f0ada8c40d
apply index to remaining functions
9 years ago
Joshua Reisenauer
9737c58054
PlayMusicStream now uses index
9 years ago
Joshua Reisenauer
ad3d270c42
added set pitch for music streams
9 years ago
Joshua Reisenauer
6db44500b7
adding multiple music streams
9 years ago
raysan5
5f73850fa6
Renamed functions for consistency
9 years ago
Joshua Reisenauer
9d09ada33b
new boolean floatingPoint option
Now floating point is either on or off. This simplifies the use of 16bit
vs float.
9 years ago
Joshua Reisenauer
4636e3367c
number remaining buffer transfer for updateAudioContext
updateAudioContext is almost done
9 years ago
Joshua Reisenauer
9ef0240e99
resamples added
Ease of use considered in api and channels are more convenient as
unsigned char type.
9 years ago
Joshua Reisenauer
790bc72806
bool return for failed update
9 years ago
Joshua Reisenauer
a2a3d3aeb6
new silence generator
9 years ago
Joshua Reisenauer
34e5fcf47e
removed enums
9 years ago
Joshua Reisenauer
a1038f61b6
BPS type added to ensure consistency
9 years ago
Joshua Reisenauer
5f1e8b8278
hide struct from user
Hiding the struct from user should protect from accidentally modifying
the mix channel. This could cause serious errors down the road.
9 years ago
Joshua Reisenauer
91f1f324c0
First stage of audio API update
Look over changes and give feedback please.
9 years ago
raysan5
e8fa630c28
Audio module reviewed for standalone usage
10 years ago
raysan5
f7acee9221
Decoupling audio module from raylib
Now audio module can be used as standalone module
10 years ago