summaryrefslogtreecommitdiffhomepage
path: root/src/raudio.c
AgeCommit message (Collapse)Author
2019-05-23Move jar_xm_reset to jar_xm.hWilhem Barbier
2019-05-22Add rewind for the XM music formatWilhem Barbier
2019-04-23Correct RL_FREE bugRay
2019-04-23Support custom memory management macrosRay
Users can define their custom memory management macros. NOTE: Most external libraries support custom macros in the same way, raylib should redefine those macros to raylib ones, to unify custom memory loading. That redefinition is only implemented as example for stb_image.h in [textures] module.
2019-04-08Review creation yearsRay
2019-04-04Removed trail spacesRay
2019-03-20Checking issue with sound volumeRay
It seems individual sound volume level is not set...
2019-03-12Updated audio library: mini_al -> miniaudioRay
2019-03-02Corrected issue with possible 0 divisionraysan5
Reported on rfxgen tool, it crashes on some parameters
2019-02-23fix audio pitchftk
2019-02-22Change ternary operator formattingRay
2019-02-22Remove TABSRay
2019-02-21Remove end-line spacesRay
2019-02-14Fix config.h flagsJens Pitkanen
2019-02-12Avoid AudioBuffer symbol collision on macOSRay
raudio AudioBuffer internal struct collides on macOS with CoreAudio same name struct. In this case struct has been renamed because is internal to raudio... but probably all system should be redesigned.
2019-02-12Include mini_al directly, no separate moduleRay
2019-01-21Merge pull request #731 from MarcoLizza/reorganizing-loggingRay
Reorganizing logging
2019-01-21Fixing badly (redefined) enums.Marco Lizza
2019-01-20Reworking log level as incremental.Marco Lizza
2019-01-19Review raudio commentsraysan5
2019-01-10WARNING: Renamed module: audio -> raudioRay
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.