audio processing: minor updates

- small optimizations
- remove overlapping in fft bin -> geq channel mapping
- move "freqRMS" to last position in the UI list
This commit is contained in:
Frank
2023-03-20 21:43:58 +01:00
parent b30438ab1a
commit fc9f3a1c24
2 changed files with 36 additions and 31 deletions

View File

@@ -363,7 +363,7 @@
#define MAX_LEDS_PER_BUS 2048 // may not be enough for fast LEDs (i.e. APA102)
#endif
// string temp buffer (now stored in stack locally)
// string temp buffer (now stored in stack locally) // WLEDMM ...which is actually not the greatest design choice on ESP32
#ifdef ESP8266
#define SETTINGS_STACK_BUF_SIZE 2048
#else