Commit Graph

4 Commits

Author SHA1 Message Date
Ray 3f1e59a7cf Update copyright to 2024 2024-01-02 20:58:12 +01:00
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
2023-12-13 21:19:14 +01:00
Ray b59fab7ee6 Update year to 2023 2023-01-01 16:00:56 +01:00
Ray fccdb68df8 Create audio_stream_effects.c 2022-07-29 12:36:56 +02:00