raylib/examples/audio
hkc d26a56d4e1
Added mixed audio processor (#2929)
* Use RL_QUADS/RL_TRIANGLES for single-pixel drawing

Addresses problem mentioned in
https://github.com/raysan5/raylib/issues/2744#issuecomment-1273568263
(in short: when drawing pixels using DrawPixel{,V} in camera mode,
upscaled pixel becomes a line instead of bigger pixel)

* [rtextures] Fixed scaling down in ImageTextEx

Closes #2755

* Added global audio processor

* Renamed struct member to follow naming conventions

* Added example for AttachAudioMixedProcessor
2023-02-20 11:13:24 +01:00
..
resources Improve assets license information 2021-07-16 14:29:20 +02:00
audio_mixed_processor.c Added mixed audio processor (#2929) 2023-02-20 11:13:24 +01:00
audio_mixed_processor.png Added mixed audio processor (#2929) 2023-02-20 11:13:24 +01:00
audio_module_playing.c Update year to 2023 2023-01-01 16:00:56 +01:00
audio_module_playing.png Reorganize examples folder 2017-04-04 01:54:49 +02:00
audio_multichannel_sound.c Update year to 2023 2023-01-01 16:00:56 +01:00
audio_multichannel_sound.png Review example and screenshots 2020-01-09 12:58:24 +01:00
audio_music_stream.c Update year to 2023 2023-01-01 16:00:56 +01:00
audio_music_stream.png Reorganize examples folder 2017-04-04 01:54:49 +02:00
audio_raw_stream.c Fix warnings and bad project settings for 4.5 release (#2894) 2023-01-27 19:20:42 +01:00
audio_raw_stream.png Reorganize examples folder 2017-04-04 01:54:49 +02:00
audio_sound_loading.c Update year to 2023 2023-01-01 16:00:56 +01:00
audio_sound_loading.png Reorganize examples folder 2017-04-04 01:54:49 +02:00
audio_stream_effects.c Update year to 2023 2023-01-01 16:00:56 +01:00
audio_stream_effects.png Create audio_stream_effects.png 2022-07-29 19:56:36 +02:00