summaryrefslogtreecommitdiff
path: root/src/audio.c
AgeCommit message (Collapse)Author
2025-09-08AudioStream management functions.jussi
2025-05-24RL.load and RL.unload functions for memory leak debugging. SoundAlias ↵jussi
garbage collection.
2024-12-10EXPOSE_API_SYMBOLS, SetShaderValueWithBuffer and SetShaderValueVWithBuffer.jussi
2024-11-20Initial switch to raylib 5.5.jussi
2024-05-29Unload functions clear object to 0 so they would not be ready in Is*Ready.jussi
2024-02-25Added various missing functions.jussi
2024-02-18Pointer variable declaration style change.jussi
2024-01-24LoadBufferFromString, LoadWaveFromMemory and LoadMusicStreamFromMemory.jussi
2023-11-20Initial changes for Raylib 5.0 and some missing functions.jussi
2023-11-09Organized shapes, textures, audio, text, lights and gui functions.jussi
2023-10-30Reintroducing Unload functions. Is*Ready functions. GC_UNLOAD setting and ↵jussi
check function.
2023-10-30Userdata objects can be referenced with lightuserdata.jussi
2023-10-28New object types for Wave, Sound, Music and Light.jussi
2023-08-04logLevelInvalid for bad function calls and invalid data formats.jussi
2023-04-25Can now have multiple Music objects like other Raylib objects instead of ↵jussi
just one.
2023-04-07Audio and shapes now use new argumet style.jussi
2023-04-06Switched to Raylib vertion 4.5. Removed some functions and added others. ↵jussi
Main changes to camera3D.
2023-04-06All global variables and functions are not in global RL table. doc_parser ↵jussi
creates also ReiLua_API.lua.
2022-08-19Moved to raylib 4.2.0. Renamed some directory functions to raylib 4.2.0 ↵jussi
conventions. Removed GenMeshBinormals and GetRayCollisionModel. Sound and music pan.
2022-05-31Wave and more sound functions.jussi
2022-04-04LoadSound fix.jussi
2022-04-03Model set/get transform and bug fixes.jussi
2022-02-18Added initial files.jussi