Files
WLED_MM_Infinity/usermods/audioreactive/audio_source.h
Frank 4407f8a71b audioreactive: replace dynamic buffer with static buffer
using a dynamic array for newSamples[num_samples] was never needed. It was a risks as the buffer was allcated/deallocated with every call of getSamples().
2023-05-25 21:45:46 +02:00

39 KiB