Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update audio_stream_effects.c #3618

Merged
merged 2 commits into from
Dec 13, 2023
Merged

Update audio_stream_effects.c #3618

merged 2 commits into from
Dec 13, 2023

Conversation

lipx1508
Copy link
Contributor

@lipx1508 lipx1508 commented Dec 9, 2023

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>.

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>.
examples/audio/audio_stream_effects.c Outdated Show resolved Hide resolved
examples/audio/audio_stream_effects.c Outdated Show resolved Hide resolved
@lipx1508 lipx1508 marked this pull request as draft December 12, 2023 20:17
@lipx1508 lipx1508 marked this pull request as ready for review December 12, 2023 20:20
@lipx1508
Copy link
Contributor Author

@raysan5 Fixed! (sorry for drafting, I'm getting used to GitHub lol)

@raysan5 raysan5 merged commit a57a0ec into raysan5:master Dec 13, 2023
@raysan5
Copy link
Owner

raysan5 commented Dec 13, 2023

@lipx1508 thanks for the review!

denysmaistruk pushed a commit to denysmaistruk/raylib that referenced this pull request Dec 14, 2023
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants