Joshua Reisenauer
|
e660700924
|
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
|
2016-05-03 14:17:37 -07:00 |
|
raysan5
|
5f73850fa6
|
Renamed functions for consistency
|
2016-05-03 18:04:21 +02:00 |
|
Joshua Reisenauer
|
9d09ada33b
|
new boolean floatingPoint option
Now floating point is either on or off. This simplifies the use of 16bit
vs float.
|
2016-05-02 21:59:55 -07:00 |
|
Joshua Reisenauer
|
4636e3367c
|
number remaining buffer transfer for updateAudioContext
updateAudioContext is almost done
|
2016-05-02 14:37:00 -07:00 |
|
Joshua Reisenauer
|
9ef0240e99
|
resamples added
Ease of use considered in api and channels are more convenient as
unsigned char type.
|
2016-05-02 01:24:24 -07:00 |
|
Joshua Reisenauer
|
790bc72806
|
bool return for failed update
|
2016-05-01 23:07:02 -07:00 |
|
Joshua Reisenauer
|
a2a3d3aeb6
|
new silence generator
|
2016-05-01 18:53:40 -07:00 |
|
Joshua Reisenauer
|
34e5fcf47e
|
removed enums
|
2016-04-30 16:05:43 -07:00 |
|
Joshua Reisenauer
|
a1038f61b6
|
BPS type added to ensure consistency
|
2016-04-30 15:41:46 -07:00 |
|
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.
|
2016-04-29 23:43:21 -07:00 |
|
Joshua Reisenauer
|
91f1f324c0
|
First stage of audio API update
Look over changes and give feedback please.
|
2016-04-29 23:00:12 -07:00 |
|
raysan5
|
e8fa630c28
|
Audio module reviewed for standalone usage
|
2015-07-31 12:31:39 +02:00 |
|
raysan5
|
f7acee9221
|
Decoupling audio module from raylib
Now audio module can be used as standalone module
|
2015-07-29 21:41:19 +02:00 |
|