Ray
80ed6eadb8
REXM: RENAME: `audio_fft_spectrum_visualizer` -> `audio_spectrum_visualizer`
il y a 3 semaines
Ray
727a90c5d1
REVIEWED: Formatting to follow raylib conventions
il y a 4 semaines
Ray
30cd36a8a9
Update audio_music_stream.c
il y a 1 mois
Ray
67f24b3b41
Update audio_sound_positioning.c
il y a 1 mois
Ray
0b9f463e64
REVIEWED: examples: Replace TABS and Remove trailing spaces
il y a 1 mois
Ray
5fdf178969
REVIEWED: audio_fft_spectrum_visualizer, not working on web
il y a 1 mois
Ray
e3738c1b17
REXM: UPDATE: Reviewed all examples requirements
il y a 1 mois
iann
4dca02daa5
first draft of audio fft spectrum visualizer ( #5348 )
il y a 1 mois
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>
il y a 2 mois
Ray
266b8efbd6
REXM: Reviewed examples inconsistencies
il y a 3 mois
Ray
25f4e544d1
REXM: UPDATED: Examples source code header info, aligned with name
il y a 3 mois
Ray
2d19abb2cf
REXM: REVIEWED: Examples header info inconsistencies
il y a 3 mois
Ray
a51cb7fe30
REXM: Updated some examples inconsistencies
il y a 3 mois
Ray
7646d08751
Updated some examples with inconsistencies
il y a 3 mois
Ray
b6ae380260
REVIEWED: Examples comments, consistent code sections
il y a 3 mois
JohnnyCena123
0e73e0ea64
reviewed ALL non-external files to follow raylib's convention of no spaces around / or * ( #5153 )
il y a 3 mois
Ray
42abcb9492
Updated examples init window title
il y a 3 mois
Ray
a72b4b177b
Updated examples short description
il y a 3 mois
Ray
570082deba
`WARNING`: **NEW** raylib code CONVENTION: Comments do not end with '.'
il y a 4 mois
Ray
f0889a74fe
EXAMPLES: Format tweaks
il y a 4 mois
Ray
64fbf07e7b
Update audio_sound_multi.c
il y a 4 mois
Daniel Abbott
696f225f29
Update audio_sound_positioning.c
Calculate `right` Vector3 for correct audio stereo positioning.
il y a 7 mois
Ray
cc5739a6d7
REVIEWED: Some PRs formating
il y a 8 mois
Bigfoot71
a554ef339b
add `audio_sound_positionning` example
il y a 8 mois
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>
il y a 11 mois
Anthony Carbajal
27e530eb18
update examples with difficulty stars ( #4694 )
* update examples with difficulty stars
* manual fix script issues
* manual fix script issues
il y a 11 mois
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>
il y a 1 an
Anthony Carbajal
4b84b5563e
Update audio mixed processor ( #4214 )
* updated audio mixed processor
* remove float cast, better parenthesis
il y a 1 an
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>
il y a 1 an
Ray
a6a08c75eb
Update corrupted-header sounds #3554
il y a 1 an
Ray
3f1e59a7cf
Update copyright to 2024
il y a 1 an
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
il y a 2 ans
riadbettole
31d3ed97c7
Update audio_raw_stream.c ( #3624 )
AudioInputCallBack has this
audioFrequency += 1.0f;
audioFrequency -= 1.0f;
cancels out each others
il y a 2 ans
Asdqwe
1d2b43402e
Remove a duplicated screenshot and add missing one ( #3275 )
il y a 2 ans
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
il y a 2 ans
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
il y a 2 ans
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.
il y a 2 ans
Ray
f4f6e25340
Support QOA audio file format by default
il y a 2 ans
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
il y a 2 ans
Jeffery Myers
81ca2f0bf3
Fix warnings and bad project settings for 4.5 release ( #2894 )
il y a 2 ans
Ray
b59fab7ee6
Update year to 2023
il y a 3 ans
Dor Shapira
773c0d78d8
removing typo ( #2790 )
il y a 3 ans
SomeUnusualGames
71e43612d6
Fix typos and reworded a question in the FAQ ( #2628 )
il y a 3 ans
TheManTheMythTheGameDev
090e47dca0
Fix rendering issue in audio_raw_stream.c example ( #2608 )
il y a 3 ans
Ray
9cbbf149d8
Update audio_music_stream.c
il y a 3 ans
Ray
c457835938
Update audio_raw_stream.c
il y a 3 ans
Ray
93b633b6e6
Create audio_stream_effects.png
il y a 3 ans
Ray
fccdb68df8
Create audio_stream_effects.c
il y a 3 ans
Ray
277dd2bb57
Update audio_music_stream.c
il y a 3 ans
Ray
721e7914b1
Update audio_music_stream.c
il y a 3 ans