Add 'Track Character' and 'Spectral Balance' audio palettes - #1
Open
netmindz wants to merge 7 commits into
Open
Conversation
Checks out WLED-MM and overrides AR_lib_deps via platformio_override.ini to point at the commit under test, then builds the esp32_4MB_V4_S environment. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add CI workflow to build WLED-MM against this repo
remove WLED_ENABLE_HUB75MATRIX network source hack
Ports upstream WLED PR #5467: adds two new audio-reactive palettes derived from a slowly-smoothed (~390ms EMA) per-band average, using spectral centroid and bass/mid/high energy ratio to drive hue/saturation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
MAX_PALETTES3 → 5): "Track Character" (spectral-centroid based hue) and "Spectral Balance" (bass/mid/high energy-ratio based hue).paletteBandAvg[], a slowly-smoothed (~390ms time constant EMA, cadence-independent) per-band average used only by the two new palettes so their colors reflect overall tonal character rather than reacting to individual beats.paletteBandAvgalongside existing FFT data resets inonUpdateBegin()(both ESP32 and 8266 paths).Test plan