summaryrefslogtreecommitdiffhomepage
path: root/src/raudio.c
AgeCommit message (Expand)Author
2024-07-08Minor tweaksRay
2024-06-30REVIEWED: Formatting, follow raylib coding conventionsRay
2024-06-13[raudio] fix mapping of wave data in LoadWaveSamples() (#4062)listeria
2024-06-12[raudio] Add 24 bits samples support for FLAC format (#4058)Alexey Kutepov
2024-05-24fix WaveCrop(): update wave->frameCount (#4003)listeria
2024-05-21fix WaveCrop() and use frames instead of samples (#3994)listeria
2024-05-16[raudio] Removed drwav_uninit in LoadMusicStream to fix a crash (#3986)FishingHacks
2024-05-07Fixes for loading Music (#3966)veins1
2024-04-21Review formattingRay
2024-04-20REVIEWED: Move some functions, made them staticRay
2024-04-20[raudio] Fix 3664: crash in raudio from multithreading issues (#3907)Christian Haas
2024-04-20Code gardeningRay
2024-04-14Reset music.ctxType if loading wasn't succesful (#3917)veins1
2024-04-02Remove trailing spacesRay
2024-02-01Fix segfault in ExportWaveAsCode (#3769)IoIxD
2024-01-28Added missing "standalone" functions to raudio.c & fixed return bug (#3760)Alessandro Nikolaev
2024-01-22Change some minor comments to align with comments style (#3755)Idir Carlos Aliane
2024-01-05Update raudio.cRay
2024-01-02Update copyright to 2024Ray
2023-11-18Disable unused miniaudio features (#3544)Alexandre Almeida
2023-10-31Reviewed QOA seek PRRay
2023-10-31Fix QOA seeking (#3494)veins1
2023-10-23Fixes a memory leak as a result of creating an AudioBuffer* with the old sour...Lukas
2023-10-17[raudio] Implement GetMasterVolume() (#3434)Alexey Kutepov
2023-10-13Fix `UpdateSound` parameter name (#3405)Daniil Kisel
2023-10-09Update raudio.cRay
2023-09-18Move mutex initialization before `ma_device_start()` (#3325)Le Juez Victor
2023-09-02REVIEWED: Data size type consistency between functions #3168Ray
2023-08-10Review tabs and trail-spacesRay
2023-08-09REVIEWED: Old pragma formatingRay
2023-08-04[AUDIO] Add a function to make an alias of a sound and share it's sample data...Jeffery Myers
2023-05-01REVIEWED: Modules description layoutRay
2023-04-22REVIEWED: Some old TODOsRay
2023-04-15[raudio] Rewritten `ExportWaveAsCode()` file saving to be more like rtextures...RadsammyT
2023-04-13Make assets loading extension case insensitive #3008Ray
2023-04-09Fix warnings in raylib for MSVC (#3004)Jeffery Myers
2023-03-19Add const qualifier to char * path argument in qoaplay_open() (#2972)Webfra
2023-03-19raudio: Fix warning on discarded const qualifier (#2967)Rob Loach
2023-03-14Spelling (#2957)veins1
2023-03-07REVIEWED: Data types validationRay
2023-03-07WARNING: REMOVED: Multichannel audio support APIRay
2023-03-07WARNING: REMOVED: Multichannel audio support APIRay
2023-03-06Update raudio.cRay
2023-03-06ADDED: QOA music streaming (with auxiliar lib)Ray
2023-03-05REVIEWED: QOA audio file exportRay
2023-03-05Change default threading model for COM objectsRay
2023-02-23REVIEWED: Data validationRay
2023-02-20Added mixed audio processor (#2929)hkc
2023-02-09Fixed some grammar mistakes and typos. (#2914)Julio C. Galindo
2023-02-06Update raudio.cRay