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 )
3 месяцев назад
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.
7 месяцев назад
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 лет назад