274 Commits (9b6c09c32f7283e849918aef220ec4fa629af8d2)

Author SHA1 Message Date
  Ray 71b302846a Review formatting, avoid variable 5 days ago
  veins1 0405de794a
Fix for music stopping too early 1 week ago
  veins1 d03ac97eff
GetMusicTimePlayed fix for music shorter than buffer size 1 week ago
  Maicon Santana 3320a2c837 Fix to prevent UpdateMusicStream to run without music playing 1 week ago
  wwderw 8ef51850bf
Update raudio.c 2 weeks ago
  Amy Wilder d4f09984ac Add safety notes to 'Update_' functions 2 weeks ago
  Ray 59bcf680aa Code gardening... 1 month ago
  Ivan Ugryumov ec5ce8c7fe Update raudio.c 2 months ago
  Jeffery Myers 0f6b9ee738 format math the way ray likes it 3 months ago
  Jeffery Myers 5185d4c427 use the device channels and sample size when computing the default buffer size. 3 months ago
  Ralph Caraveo 4522ecae1a
[raudio] Fixed memory leak on early-return of WaveFormat func (#4779) 5 months ago
  Ray fa0eada61a Update year to 2025 6 months ago
  Ray 1f45e7af76 REVIEWED: Coding conventions 7 months ago
  Ray 962f1c26ff Review formatting to follow raylib conventions 7 months ago
  Caleb Heydon 58fe34d9cc
[raudio] Fixed buffer overflow when loading WAV files (#4539) 7 months ago
  veins1 11429b48eb
Fix for #4521 (#4523) 8 months ago
  Ray 8cbf34ddc4 WARNING: BREAKING: Renamed several functions for data validation #3930 9 months ago
  konstruktor227 b0c3013b51
[raudio] Support 24-bit FLACs in `LoadMusicStreamFromMemory` (#4279) 11 months ago
  Ray 3abe728712 Minor tweaks 1 year ago
  Ray 17cbc75aa7 REVIEWED: Formatting, follow raylib coding conventions 1 year ago
  listeria df849d2fb0
[raudio] fix mapping of wave data in LoadWaveSamples() (#4062) 1 year ago
  Alexey Kutepov 33c598123c
[raudio] Add 24 bits samples support for FLAC format (#4058) 1 year ago
  listeria b429dbdc4b
fix WaveCrop(): update wave->frameCount (#4003) 1 year ago
  listeria bb9bd73f43
fix WaveCrop() and use frames instead of samples (#3994) 1 year ago
  FishingHacks 3d70d6179c
[raudio] Removed drwav_uninit in LoadMusicStream to fix a crash (#3986) 1 year ago
  veins1 1aa3559155
Fixes for loading Music (#3966) 1 year ago
  Ray 3caa424ad4 Review formatting 1 year ago
  Ray c1943f0f7c REVIEWED: Move some functions, made them static 1 year ago
  Christian Haas d80a622972
[raudio] Fix 3664: crash in raudio from multithreading issues (#3907) 1 year ago
  Ray 29ce13b777 Code gardening 1 year ago
  veins1 289e7d3a6c
Reset music.ctxType if loading wasn't succesful (#3917) 1 year ago
  Ray 646d70e93a Remove trailing spaces 1 year ago
  IoIxD 7ec43022c1
Fix segfault in ExportWaveAsCode (#3769) 1 year ago
  Alessandro Nikolaev cf10cdd6b3
Added missing "standalone" functions to raudio.c & fixed return bug (#3760) 1 year ago
  Idir Carlos Aliane 6f1c31b25d
Change some minor comments to align with comments style (#3755) 1 year ago
  Ray c95b71d40d Update raudio.c 1 year ago
  Ray 3f1e59a7cf Update copyright to 2024 1 year ago
  Alexandre Almeida f6de0358e1
Disable unused miniaudio features (#3544) 1 year ago
  Ray f88604e6d5 Reviewed QOA seek PR 1 year ago
  veins1 6842012748
Fix QOA seeking (#3494) 1 year ago
  Lukas daf227a185
Fixes a memory leak as a result of creating an AudioBuffer* with the old source.frameCount. This internally allocates memory to the structs data pointer which is then later overridden by the correct sound data of the source sound. (#3458) 1 year ago
  Alexey Kutepov d7d04a07a2
[raudio] Implement GetMasterVolume() (#3434) 1 year ago
  Daniil Kisel 5a0d9c8d43
Fix `UpdateSound` parameter name (#3405) 1 year ago
  Ray f93d0ff9bc Update raudio.c 1 year ago
  Le Juez Victor 4d2906b0a5
Move mutex initialization before `ma_device_start()` (#3325) 1 year ago
  Ray 0f447f1fb6 REVIEWED: Data size type consistency between functions #3168 1 year ago
  Ray 93f59a6f59 Review tabs and trail-spaces 1 year ago
  Ray 42cfabc670 REVIEWED: Old pragma formating 1 year ago
  Jeffery Myers 601cadbae6
[AUDIO] Add a function to make an alias of a sound and share it's sample data (#3219) 1 year ago
  Ray 7d68aa6869 REVIEWED: Modules description layout 2 years ago