Anstro Pleuton
2d024e777c
Happy new years, examples!
3 miesięcy temu
Anthony Carbajal
27e530eb18
update examples with difficulty stars ( #4694 )
* update examples with difficulty stars
* manual fix script issues
* manual fix script issues
3 miesięcy temu
Ray
3f1e59a7cf
Update copyright to 2024
1 rok temu
Asdqwe
d047597244
Fix example/audio/audio_module_player.c help instructions and small bug ( #3272 )
* Fix example/audio/audio_module_player.c help instructions and small bug
* Update example/audio/audio_module_player.png screenshot
1 rok temu
Ray
b59fab7ee6
Update year to 2023
2 lat temu
SomeUnusualGames
71e43612d6
Fix typos and reworded a question in the FAQ ( #2628 )
2 lat temu
Ray
4a9391ae83
REVIEWED: examples descriptions
2 lat temu
Ray
c1b01c0d5d
Added new comment to examples
2 lat temu
Ray
dcf52c132f
Remove trail spaces
4 lat temu
Jeffery Myers
48a7cd3c87
[Examples] Fix typecast warnings in examples. ( #1601 )
* Fixing typecast warnings generated by visual studio 2019 in examples.
* Changes to fixes based on feedback
Co-authored-by: Jeffery Myers <JefMyers@blizzard.com>
4 lat temu
Ray
459c4754dc
Reviewed SetAudioBufferPitch() #1450
4 lat temu
raysan5
257f232d41
WARNING: BREAKING CHANGE: Review audio looping system
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.
5 lat temu
Ray
fc95ceadf0
Remove sampleLeft from Music struct... -WIP-
...moved to internal AudioBuffer structure as totalFramesProcessed, now time measure works again... but there is some problem with looping...
Also note some inconsistencies between frames and samples, it seems those concepts are not considered correctly in the code.
5 lat temu
Ray
4ad1fa85a4
Remove old OpenAL comments
5 lat temu
Ray
87774a0a21
Review variables initialization
5 lat temu
Ray
b525039e0a
Review ALL examples
6 lat temu
raysan5
35a6e9a074
Corrected issue with MOD playing
Despite issue is corrected, now module loop doesn't work...
6 lat temu
Ray
20d205cae5
Working on examples...
8 lat temu
Ray
dd4dd0e87d
Reorganize examples folder
8 lat temu
raysan5
5de597579f
Complete review of audio module
8 lat temu
Ray
b9310f7d3a
Updated background color
8 lat temu
raysan5
918fc002d0
Simplified audio example
8 lat temu
raysan5
79c8eb543e
Corrected audio bugs and improved examples
8 lat temu
raysan5
68d647c1af
Complete review and update
Simplified module for Music and AudioStream
Added support for raw audio streaming (with example)
8 lat temu
raysan5
02c456432d
Complete review of audio system
Still some work left...
8 lat temu
raysan5
8328353204
New example: XM module playing
8 lat temu