raysan5
|
be97583f00
|
Added function: UpdateSound()
|
8 년 전 |
raysan5
|
342b89c5b9
|
Review Wave struct
|
8 년 전 |
raysan5
|
68d647c1af
|
Complete review and update
Simplified module for Music and AudioStream
Added support for raw audio streaming (with example)
|
8 년 전 |
raysan5
|
02c456432d
|
Complete review of audio system
Still some work left...
|
8 년 전 |
Bil152
|
8f7cb6fb19
|
Code refractoring of music model to be more friendly-user (issue #144)
|
8 년 전 |
raysan5
|
a05150392a
|
Added audio standalone sample
|
9 년 전 |
raysan5
|
7959ccd84d
|
Review some functions, formatting and comments
|
9 년 전 |
Ray
|
1733125873
|
Do not expose raw audio context to final user...
...at least, directly, available if using directly audio module...
|
9 년 전 |
raysan5
|
cafc66a3c1
|
Rename for consistency with other functions
|
9 년 전 |
raysan5
|
cf6d2e3985
|
Review coding style to match raylib style
Moved AudioError enum inside audio.c
|
9 년 전 |
Joshua Reisenauer
|
cf2975d062
|
convenient way to combine errors
|
9 년 전 |
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 년 전 |
Joshua Reisenauer
|
90e1ed2b5e
|
mod player added
|
9 년 전 |
Joshua Reisenauer
|
9f2fc81df2
|
update to openal
|
9 년 전 |
Joshua Reisenauer
|
41c5f3a017
|
Buffer for raw audio
|
9 년 전 |
Joshua Reisenauer
|
76ff4d220e
|
renamed everything so it is obvious what it does
|
9 년 전 |
Joshua Reisenauer
|
f0ada8c40d
|
apply index to remaining functions
|
9 년 전 |
Joshua Reisenauer
|
9737c58054
|
PlayMusicStream now uses index
|
9 년 전 |
Joshua Reisenauer
|
ad3d270c42
|
added set pitch for music streams
|
9 년 전 |
Joshua Reisenauer
|
6db44500b7
|
adding multiple music streams
|
9 년 전 |
raysan5
|
5f73850fa6
|
Renamed functions for consistency
|
9 년 전 |
Joshua Reisenauer
|
9d09ada33b
|
new boolean floatingPoint option
Now floating point is either on or off. This simplifies the use of 16bit
vs float.
|
9 년 전 |
Joshua Reisenauer
|
4636e3367c
|
number remaining buffer transfer for updateAudioContext
updateAudioContext is almost done
|
9 년 전 |
Joshua Reisenauer
|
9ef0240e99
|
resamples added
Ease of use considered in api and channels are more convenient as
unsigned char type.
|
9 년 전 |
Joshua Reisenauer
|
790bc72806
|
bool return for failed update
|
9 년 전 |
Joshua Reisenauer
|
a2a3d3aeb6
|
new silence generator
|
9 년 전 |
Joshua Reisenauer
|
34e5fcf47e
|
removed enums
|
9 년 전 |
Joshua Reisenauer
|
a1038f61b6
|
BPS type added to ensure consistency
|
9 년 전 |
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 년 전 |
Joshua Reisenauer
|
91f1f324c0
|
First stage of audio API update
Look over changes and give feedback please.
|
9 년 전 |
raysan5
|
e8fa630c28
|
Audio module reviewed for standalone usage
|
9 년 전 |
raysan5
|
f7acee9221
|
Decoupling audio module from raylib
Now audio module can be used as standalone module
|
9 년 전 |