summaryrefslogtreecommitdiffhomepage
path: root/examples/audio/audio_stream_effects.c
AgeCommit message (Collapse)Author
2024-01-02Update copyright to 2024Ray
2023-12-13Update audio_stream_effects.c (#3618)lipx
* 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
2023-01-01Update year to 2023Ray
2022-07-29Create audio_stream_effects.cRay