Sound Sync: prevent GEQ hickups and stalls

UDP transfers have some delays (measured between 2ms and 400ms). As consequence, FFT results sometimes "freeze" for a short time as no new data is arriving.
To hide these freezes, we apply the same "dynamics limiter" method as for volumeSmth.
This commit is contained in:
Frank
2023-11-29 12:25:22 +01:00
parent e7c34e9e47
commit 38352c9d20
2 changed files with 38 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
*/
// version code in format yymmddb (b = daily build)
#define VERSION 2311272
#define VERSION 2311290
//WLEDMM + Moustachauve/Wled-Native
// You can define custom product info from build flags.