Skip to content
1 change: 1 addition & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -928,6 +928,7 @@ build_flags_S =
lib_deps_S =
;; https://github.com/kosme/arduinoFFT#develop @ 1.9.2+sha.419d7b0 ;; used for USERMOD_AUDIOREACTIVE - using "known working" hash
https://github.com/softhack007/arduinoFFT.git#develop @ 1.9.2 ;; used for USERMOD_AUDIOREACTIVE - optimized version, 10% faster on -S2/-C3
https://github.com/RobTillaart/RunningAverage.git@0.4.3
Copy link
Collaborator

@softhack007 softhack007 Jul 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better add this to AR_lib_deps

https://github.com/MoonModules/WLED/blob/d255beca92618a13d340928c03d71abf3bad4d20/platformio.ini#L1022

just make a second line so it looks like this

AR_lib_deps = 
    https://github.com/softhack007/arduinoFFT.git#develop @ 1.9.2      ;; used for USERMOD_AUDIOREACTIVE - optimized version, 10% faster on -S2/-C3
    https://github.com/RobTillaart/RunningAverage.git@0.4.3 ;; provides a running average filter

Copy link
Collaborator

@softhack007 softhack007 Jul 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

edit: need to think about this filter - it looks rather complicated maybe i can give you an easier "home-brew" one that serves the same purpose.



animartrix_build_flags = -D USERMOD_ANIMARTRIX ;; WLEDMM usermod: CC BY-NC 3.0 licensed effects by Stefan Petrick
Expand Down
Loading