| 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. | |||
| 2019-01-02 | Avoid crashing if music file not loaded | raysan5 | |
| 2018-12-29 | Corrected issue with MOD/XM loop | raysan5 | |
| 2018-12-25 | Corrected issue with MOD playing | raysan5 | |
| Despite issue is corrected, now module loop doesn't work... | |||
| 2018-12-21 | Use stb_vorbis.h as header only | Ray | |
| 2018-12-18 | Support externally provided compilation flags | Ray | |
| Useful in case raylib compilation want to be automated and compilation config flags provided by command line. | |||
| 2018-11-23 | Review totalSampleCount for OGG and FLAC | Ray | |
| 2018-11-06 | Remove end-line spaces | Ray | |
| 2018-11-05 | Corrected issue with sampleCount | Ray | |
| 2018-10-31 | Reviewed audio issues | Ray | |
| - Updated dr_mp3 and implemented it - Reviewed sampleCount vs frameCount - Reviewed XM playing (some weird things...) | |||
| 2018-10-29 | ADDED: Some functions... | Ray | |
| text: IsEqualText() -WIP- audio: SaveWAV() audio: ExportWaveAsCode() textures: ExportImageAsCode() | |||
| 2018-10-19 | Added comment on issue | Ray | |
| 2018-10-18 | Some formatting tweaks | Ray | |
| 2018-10-18 | Removed OpenAL backend | Ray | |
| 2018-10-17 | Working on MP3 loading | Ray | |
| Loading full mp3 file works but loading for music streaming does not work, it seems total number of samples is not obtained correctly from mp3 file... | |||
| 2018-10-16 | Review defines | Ray | |
| 2018-10-10 | Small tweak to avoid warning | Ray | |
| 2018-09-19 | Support MP3 wave loading -NOT TESTED- | Ray | |
| 2018-09-17 | Improved data export capabilities! | Ray | |
| REVIEWED: ExportImage() REVIEWED: ExportMesh() ADDED: ExportWave() REMOVED: Internal funcs: SavePNG(), SaveBMP() NOTE: These changes break the API (parameters order) | |||
| 2018-07-29 | Fix bug in LoadMusicStream | Michael Vetter | |
| free() and NULL at the end. | |||
| 2018-07-28 | Corrected bug LoadMusicStream() | raysan5 | |
| 2018-07-28 | Reviewed music loading | raysan5 | |
| 2018-07-27 | Deal with failed LoadMusicStream | Michael Vetter | |
| It would be good to have a way to continue execution even when loading a stream didn't work. Free music and set it to NULL in case something went wrong, so that users can check for it. | |||
| 2018-07-19 | Working on MP3 support | Ray | |
| 2018-07-05 | Fix bug with FLAC music streams. | David Reid | |
| 2018-07-05 | Merge branch 'master' of https://github.com/raysan5/raylib into dr/mini_al | David Reid | |
| 2018-06-28 | Fix incorrect log agent names | Michael Campagnaro | |
| 2018-05-22 | Review include (already included) | Ray San | |
| 2018-05-21 | Fix some warnings. | David Reid | |
| 2018-05-21 | Fix a copy paste typo. | David Reid | |
| 2018-05-21 | Update mini_al. | David Reid | |
| 2018-05-21 | Merge branch 'master' of https://github.com/raysan5/raylib into dr/mini_al | David Reid | |
| 2018-05-21 | cmake: Fix PLATFORM_WEB build | Ahmad Fatoum | |
| Did this ever work? Surely, doesn't look like it... | |||
| 2018-05-17 | Preliminary support for MP3 fileformat -WIP- | Ray | |
| 2018-05-04 | BREAKING CHANGE: Renamed SpriteFont type to Font | Ray San | |
| - Preparing MP3 files support - Jumped version to raylib 2.0-dev (too many breaking changes...) | |||
| 2018-04-21 | Update external audio libraries. | David Reid | |
| 2018-04-07 | Refactor all #define SUPPORT_* into a config.h | Ahmad Fatoum | |
| That way, a user needs only to touch a single file to configure what features raylib is built with. Include guards are left out intentionally, because config.h should only be included in source files, not headers. Later on, config.h can also define the raylib version (#461). | |||
| 2018-04-02 | Fix Dead initialization | maficccc@gmail.com | |
| 2018-02-11 | Corrected masteVolume setting | Ray | |
| 2018-02-11 | Reviewed mini_al implementation | Ray | |
| - Some functions renamed - Comments reviewed - Functions reorganized | |||
| 2018-01-15 | Code tweak while using OpenAL backend | - | |
| 2017-12-28 | Review Makefile config flags | raysan5 | |
| Support external GLFW usage Renamed some flags for consistency | |||
| 2017-12-20 | Force OpenAL backend on some platforms | Ray San | |
| OpenAL audio backend is being forced on HTML5 and OSX | |||
| 2017-12-20 | Review code formatting | Ray San | |
| 2017-12-20 | Some code tweaks | Ray | |
| Audio module requires a complete formatting review.... | |||
| 2017-12-11 | Remove rres support | Ray | |
| Let the user choose if using rres external library | |||
| 2017-12-03 | Potential fixes for Raspberry Pi. | David Reid | |
| 2017-11-24 | Potential fixes for audio on RPI and Emscripten builds. | David Reid | |
| 2017-11-24 | Audio: Fix a bug with AudioStreams. | David Reid | |
| This bug is a result of the buffer of an AudioStream being smaller than that of a period of the backend playback device. In this situation, AudioStream's would have pauses between buffer updates because the backend is not able to re-fill the AudioStream buffer's quick enough due to it's periods being longer than the AudioStream buffer. | |||
| 2017-11-22 | Fix a crash in audio mixing code. | David Reid | |
