mirror of
https://github.com/raysan5/raylib.git
synced 2026-06-13 21:01:53 +08:00
Current looping system was broken, `loopCount` has been converted to `bool looping` and user can enable/disable with `music.looping = false`. `SetMusicLoopCount()` has been removed. |
||
|---|---|---|
| .. | ||
| resources | ||
| audio_module_playing.c | ||
| audio_module_playing.png | ||
| audio_multichannel_sound.c | ||
| audio_multichannel_sound.png | ||
| audio_music_stream.c | ||
| audio_music_stream.png | ||
| audio_raw_stream.c | ||
| audio_raw_stream.png | ||
| audio_sound_loading.c | ||
| audio_sound_loading.png | ||