raylib/examples/audio
dan-hoang 70cb8d15e0
[examples] Add audio_stream_callback (#5638)
* Add audio_raw_stream_callback.c

* Update audio_raw_stream_callback.c to more closely follow raylib coding conventions

* Remove spaces before asterisks in comments in audio_raw_stream_callback.c

* Put SetTargetFPS(30) before while(!WindowShouldClose()) in audio_raw_stream_callback.c

* Add audio_stream_callback.c

* Delete examples/audio/audio_raw_stream_callback.c

* Delete examples/audio/audio_raw_stream_callback.png

* Update audio_raw_stream.c to more closely follow raylib coding conventions

Drawing code wasn't tabbed in

* Remove screenshot code in audio_stream_callback.c

* Update raylib version and copyright year in audio_raw_stream.c

* Update audio_stream_callback.c

Used if instead of switch to compact code; seemed more readable in this case.
2026-03-13 18:51:49 +01:00
..
resources REVIEWED: audio_fft_spectrum_visualizer, not working on web 2025-11-19 12:30:38 +01:00
audio_mixed_processor.c REXM: UPDATED: Examples source code header info, aligned with name 2025-09-07 12:01:51 +02:00
audio_mixed_processor.png Added mixed audio processor (#2929) 2023-02-20 11:13:24 +01:00
audio_module_playing.c REXM: UPDATED: Examples source code header info, aligned with name 2025-09-07 12:01:51 +02:00
audio_module_playing.png Fix example/audio/audio_module_player.c help instructions and small bug (#3272) 2023-08-29 19:04:27 +02:00
audio_music_stream.c Cleanup warnings in examples (#5467) 2026-01-03 22:38:51 +01:00
audio_music_stream.png Reorganize examples folder 2017-04-04 01:54:49 +02:00
audio_raw_stream.c [examples] Add audio_stream_callback (#5638) 2026-03-13 18:51:49 +01:00
audio_raw_stream.png [examples] Update audio_raw_stream.c (#5637) 2026-03-12 11:33:47 +01:00
audio_sound_loading.c REXM: UPDATED: Examples source code header info, aligned with name 2025-09-07 12:01:51 +02:00
audio_sound_loading.png Reorganize examples folder 2017-04-04 01:54:49 +02:00
audio_sound_multi.c REXM: REVIEWED: Examples header info inconsistencies 2025-09-07 11:04:00 +02:00
audio_sound_multi.png Remove a duplicated screenshot and add missing one (#3275) 2023-08-30 22:39:44 +02:00
audio_sound_positioning.c change attenuation distance (#5555) 2026-02-14 22:11:18 +01:00
audio_sound_positioning.png REVIEWED: Some PRs formating 2025-04-13 20:55:38 +02:00
audio_spectrum_visualizer.c Fix MSVC warnings. (#5619) 2026-03-04 07:52:50 +01:00
audio_spectrum_visualizer.png Reviewed example 2026-01-17 20:15:45 +01:00
audio_stream_callback.c [examples] Add audio_stream_callback (#5638) 2026-03-13 18:51:49 +01:00
audio_stream_callback.png [examples] Add audio_stream_callback (#5638) 2026-03-13 18:51:49 +01:00
audio_stream_effects.c REVIEWED: Examples comments, consistent code sections 2025-09-02 12:10:16 +02:00
audio_stream_effects.png Create audio_stream_effects.png 2022-07-29 19:56:36 +02:00