| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-10 | WARNING: Renamed module: audio -> raudio | Ray | |
| Planning to promote raudio module as a simple and easy-to-use front-end for the amazing mini_al library, so the name change. Name comes from raylib-audio but in spanish it also remembers to word "raudo", meaning "very fast", an analogy that fits perfectly to the usefulness and performance of the library! Consequently, raylib version has been bumped to 2.4-dev. | |||
| 2017-12-20 | Force OpenAL backend on some platforms | Ray San | |
| OpenAL audio backend is being forced on HTML5 and OSX | |||
| 2017-12-20 | Some code tweaks | Ray | |
| Audio module requires a complete formatting review.... | |||
| 2017-03-29 | Added IsFileExtension() | Ray | |
| Replaced old GetExtension() function Make IsFileExtension() public to the API | |||
| 2017-03-26 | Work on configuration flags | Ray | |
| 2017-03-20 | Review some comments | Ray | |
| 2017-03-19 | Working on file header comments... | raysan5 | |
| 2017-02-16 | Improved modules description -IN PROGRESS- | Ray | |
| Working in modules configuration flags... | |||
| 2017-02-09 | [audio] Renamed variable | Ray | |
| 2017-02-08 | Remove lighting system from rlgl standalone header | Ray San | |
| 2016-12-25 | Complete review of audio module | raysan5 | |
| 2016-12-22 | Change UpdateSound() to accept const void * | Saggi Mizrahi | |
| 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> | |||
| 2016-11-18 | Some code tweaks | raysan5 | |
| Correcting details that pop-up when testing the different platforms | |||
| 2016-11-16 | Reviewed modules comments | raysan5 | |
| 2016-08-29 | Added function: UpdateSound() | raysan5 | |
| 2016-08-15 | Review Wave struct | raysan5 | |
| 2016-08-02 | Complete review and update | raysan5 | |
| Simplified module for Music and AudioStream Added support for raw audio streaming (with example) | |||
| 2016-08-01 | Complete review of audio system | raysan5 | |
| Still some work left... | |||
| 2016-07-29 | Code refractoring of music model to be more friendly-user (issue #144) | Bil152 | |
| 2016-07-16 | Added audio standalone sample | raysan5 | |
| 2016-07-15 | Review some functions, formatting and comments | raysan5 | |
| 2016-07-08 | Do not expose raw audio context to final user... | Ray | |
| ...at least, directly, available if using directly audio module... | |||
| 2016-06-02 | Rename for consistency with other functions | raysan5 | |
| 2016-06-02 | Review coding style to match raylib style | raysan5 | |
| Moved AudioError enum inside audio.c | |||
| 2016-06-02 | convenient way to combine errors | Joshua Reisenauer | |
| 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-01 | mod player added | Joshua Reisenauer | |
| 2016-05-30 | update to openal | Joshua Reisenauer | |
| 2016-05-19 | Buffer for raw audio | Joshua Reisenauer | |
| 2016-05-15 | renamed everything so it is obvious what it does | 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-03 | Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop | Joshua Reisenauer | |
| 2016-05-03 | Renamed functions for consistency | raysan5 | |
| 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-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. | |||
| 2015-07-31 | Audio module reviewed for standalone usage | raysan5 | |
| 2015-07-29 | Decoupling audio module from raylib | raysan5 | |
| Now audio module can be used as standalone module | |||
