Ray
80ed6eadb8
REXM: RENAME: `audio_fft_spectrum_visualizer` -> `audio_spectrum_visualizer`
пре 1 месец
Ray
727a90c5d1
REVIEWED: Formatting to follow raylib conventions
пре 1 месец
Ray
30cd36a8a9
Update audio_music_stream.c
пре 1 месец
Ray
67f24b3b41
Update audio_sound_positioning.c
пре 1 месец
Ray
0b9f463e64
REVIEWED: examples: Replace TABS and Remove trailing spaces
пре 1 месец
Ray
5fdf178969
REVIEWED: audio_fft_spectrum_visualizer, not working on web
пре 1 месец
Ray
e3738c1b17
REXM: UPDATE: Reviewed all examples requirements
пре 1 месец
iann
4dca02daa5
first draft of audio fft spectrum visualizer ( #5348 )
пре 1 месец
Jeffery Myers
7191749d66
[examples] Fix examples to work in MSVC ( #5267 )
* Fix warnings in many examples
Add examples to MSVC solution correctly
* fix CI error
---------
Co-authored-by: Ray <raysan5@gmail.com>
пре 2 месеци
Ray
266b8efbd6
REXM: Reviewed examples inconsistencies
пре 3 месеци
Ray
25f4e544d1
REXM: UPDATED: Examples source code header info, aligned with name
пре 3 месеци
Ray
2d19abb2cf
REXM: REVIEWED: Examples header info inconsistencies
пре 3 месеци
Ray
a51cb7fe30
REXM: Updated some examples inconsistencies
пре 3 месеци
Ray
7646d08751
Updated some examples with inconsistencies
пре 3 месеци
Ray
b6ae380260
REVIEWED: Examples comments, consistent code sections
пре 3 месеци
JohnnyCena123
0e73e0ea64
reviewed ALL non-external files to follow raylib's convention of no spaces around / or * ( #5153 )
пре 4 месеци
Ray
42abcb9492
Updated examples init window title
пре 4 месеци
Ray
a72b4b177b
Updated examples short description
пре 4 месеци
Ray
570082deba
`WARNING`: **NEW** raylib code CONVENTION: Comments do not end with '.'
пре 4 месеци
Ray
f0889a74fe
EXAMPLES: Format tweaks
пре 4 месеци
Ray
64fbf07e7b
Update audio_sound_multi.c
пре 4 месеци
Daniel Abbott
696f225f29
Update audio_sound_positioning.c
Calculate `right` Vector3 for correct audio stereo positioning.
пре 8 месеци
Ray
cc5739a6d7
REVIEWED: Some PRs formating
пре 8 месеци
Bigfoot71
a554ef339b
add `audio_sound_positionning` example
пре 8 месеци
Anstro Pleuton
945f181f1d
[examples] Update examples to be consistent ( #4699 )
* Update examples inconsistencies
* Happy new years, examples!
* Missed one inconsistency
* Update final few examples inconsistencies
---------
Co-authored-by: Anstro Pleuton <anstropleuton@github.com>
пре 11 месеци
Anthony Carbajal
27e530eb18
update examples with difficulty stars ( #4694 )
* update examples with difficulty stars
* manual fix script issues
* manual fix script issues
пре 11 месеци
Jeffery Myers
9ef678d90a
Fix warnings ( #4239 )
* Update raylib_api.* by CI
* Fix typecast warnings
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
пре 1 година
Anthony Carbajal
4b84b5563e
Update audio mixed processor ( #4214 )
* updated audio mixed processor
* remove float cast, better parenthesis
пре 1 година
Jeffery Myers
e96bab7ce6
[Build] Fix warnings when building in VS 2022 ( #4095 )
* Update raylib_api.* by CI
* Fix warnings when building examples in MSVC 2022
* fix auto-format that sneaked in there.
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
пре 1 година
Ray
a6a08c75eb
Update corrupted-header sounds #3554
пре 1 година
Ray
3f1e59a7cf
Update copyright to 2024
пре 2 година
lipx
a57a0ecd96
Update audio_stream_effects.c ( #3618 )
* Update audio_stream_effects.c
This may slightly improve performance and be more welcoming for new users despite being an more advanced feature.
void * usually throws an error in most compilers and it would be better to just avoid it.
Also added <stdbool.h> because booleans are, sometimes, not defined by <stddef.h>.
* Update audio_stream_effects.c
пре 2 година
riadbettole
31d3ed97c7
Update audio_raw_stream.c ( #3624 )
AudioInputCallBack has this
audioFrequency += 1.0f;
audioFrequency -= 1.0f;
cancels out each others
пре 2 година
Asdqwe
1d2b43402e
Remove a duplicated screenshot and add missing one ( #3275 )
пре 2 година
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
пре 2 година
Jeffery Myers
62f5382d56
[AUDIO] Add an example of how to use LoadSoundAlias ( #3223 )
* Add a function to clone a sound and share data with another sound.
* rename items based on feedback
* PR Feedback, use custom unload for sound alias, not variant of normal sound unloading
* sound_multi example
пре 2 година
Ray
1b873b028f
WARNING: REMOVED: Multichannel audio support API
It was quite restrictive and hacky implementation, just load multiple types same sound to play multiple instances.
пре 2 година
Ray
f4f6e25340
Support QOA audio file format by default
пре 2 година
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
пре 2 година
Jeffery Myers
81ca2f0bf3
Fix warnings and bad project settings for 4.5 release ( #2894 )
пре 2 година
Ray
b59fab7ee6
Update year to 2023
пре 3 година
Dor Shapira
773c0d78d8
removing typo ( #2790 )
пре 3 година
SomeUnusualGames
71e43612d6
Fix typos and reworded a question in the FAQ ( #2628 )
пре 3 година
TheManTheMythTheGameDev
090e47dca0
Fix rendering issue in audio_raw_stream.c example ( #2608 )
пре 3 година
Ray
9cbbf149d8
Update audio_music_stream.c
пре 3 година
Ray
c457835938
Update audio_raw_stream.c
пре 3 година
Ray
93b633b6e6
Create audio_stream_effects.png
пре 3 година
Ray
fccdb68df8
Create audio_stream_effects.c
пре 3 година
Ray
277dd2bb57
Update audio_music_stream.c
пре 3 година
Ray
721e7914b1
Update audio_music_stream.c
пре 3 година