| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-02 | Rename for consistency with other functions | raysan5 | |
| 2016-06-02 | Corrected some formatting issues | raysan5 | |
| 2016-06-02 | Review coding style to match raylib style | raysan5 | |
| Moved AudioError enum inside audio.c | |||
| 2016-06-02 | I added audio errors | Joshua Reisenauer | |
| The only thing I did not change was the _g for globals. Is there any other way we can mark globals? | |||
| 2016-06-02 | cleanup | Joshua Reisenauer | |
| 2016-06-01 | Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop | Joshua Reisenauer | |
| 2016-06-01 | mod player added | Joshua Reisenauer | |
| 2016-06-02 | Review heades usage | Ray | |
| This is a first step toward a bigger project. Some modules could be ported to header-only to be used as standalone. | |||
| 2016-05-30 | update to openal | Joshua Reisenauer | |
| 2016-05-21 | Fix some audio module compile warnings | victorfisac | |
| 2016-05-19 | Buffer for raw audio | Joshua Reisenauer | |
| 2016-05-19 | name correction | Joshua Reisenauer | |
| 2016-05-15 | renamed everything so it is obvious what it does | Joshua Reisenauer | |
| 2016-05-15 | logic bug fix | Joshua Reisenauer | |
| 2016-05-14 | clean up on buffering and preconditions | Joshua Reisenauer | |
| 2016-05-14 | new function to check if music stream is ready | Joshua Reisenauer | |
| _g naming convention for globals, new error exit numbers. | |||
| 2016-05-14 | corrected typos | Joshua Reisenauer | |
| 2016-05-12 | bug fixes | Joshua Reisenauer | |
| 2016-05-12 | buffering of music now uses update audio context | Joshua Reisenauer | |
| 2016-05-11 | apply index to remaining functions | Joshua Reisenauer | |
| 2016-05-11 | PlayMusicStream now uses index | Joshua Reisenauer | |
| 2016-05-11 | added set pitch for music streams | Joshua Reisenauer | |
| 2016-05-11 | adding multiple music streams | Joshua Reisenauer | |
| 2016-05-10 | final fix for audiocontext system | Joshua Reisenauer | |
| now it works | |||
| 2016-05-03 | Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop | Joshua Reisenauer | |
| 2016-05-03 | Renamed functions for consistency | raysan5 | |
| 2016-05-03 | pause on no data | Joshua Reisenauer | |
| 2016-05-02 | new boolean floatingPoint option | Joshua Reisenauer | |
| Now floating point is either on or off. This simplifies the use of 16bit vs float. | |||
| 2016-05-02 | number remaining buffer transfer for updateAudioContext | Joshua Reisenauer | |
| updateAudioContext is almost done | |||
| 2016-05-02 | resamples added | Joshua Reisenauer | |
| Ease of use considered in api and channels are more convenient as unsigned char type. | |||
| 2016-05-01 | bool return for failed update | Joshua Reisenauer | |
| 2016-05-01 | new silence generator | Joshua Reisenauer | |
| 2016-05-02 | Corrected warning with array | Ray | |
| 2016-04-30 | removed enums | Joshua Reisenauer | |
| 2016-04-30 | BPS type added to ensure consistency | Joshua Reisenauer | |
| 2016-04-29 | hide struct from user | Joshua Reisenauer | |
| Hiding the struct from user should protect from accidentally modifying the mix channel. This could cause serious errors down the road. | |||
| 2016-04-29 | First stage of audio API update | Joshua Reisenauer | |
| Look over changes and give feedback please. | |||
| 2016-04-27 | this should work | Joshua Reisenauer | |
| 2016-04-26 | new trace logs and optimizations | Joshua Reisenauer | |
| 2016-04-25 | small fix for streaming | Joshua Reisenauer | |
| There is still an issue where audio will cut off after a brief moment | |||
| 2016-04-25 | setting up openal | Joshua Reisenauer | |
| 2016-04-25 | quick fix | Joshua Reisenauer | |
| Boolean errors | |||
| 2016-04-24 | implement | Joshua Reisenauer | |
| 2016-04-24 | cleaned up calculations | Joshua Reisenauer | |
| 2016-04-24 | tabs to spaces fix | Joshua Reisenauer | |
| 2016-04-24 | Added proto version of jar_xm | Joshua Reisenauer | |
| This is an early draft, needs lots of work. Still need to figure out way to calculate total length of song. This is hard because xm tracks stream out zeros when done, only position in track can be found. Position does not give any direct value of how much more time is left. I think that by setting the loop count to 1 and seeking until the end I can total up the number of samples and come up with a length. | |||
| 2016-04-17 | Reduce PCM buffer size for Android to avoid stalls | raysan5 | |
| 2016-02-12 | Reviewed code TODOs | raysan5 | |
| 2016-01-23 | Some code tweaks | raysan5 | |
| 2015-12-21 | Added new matrix location points and extra functions | victorfisac | |
| - New model and view transformation matrix added, useful for shaders. Modelview matrix not deleted to keep opengl 1.1 pipeline compatibility. - New extra function added DrawModelWiresEx() to set a rotation and scale transformations to a wire model drawing. - Other writing and little audio.c bug fixed. | |||
