Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Increase PCM normalizer target RMS to -6 dBFS

+1 -1
+1 -1
firmware/pcm_normalizer.c
··· 50 50 * GATE_THRESH RMS below this level → chunk is silence; neither the RMS 51 51 * estimate nor the gain are updated. -60 dBFS ≈ 0.001. 52 52 * ──────────────────────────────────────────────────────────────────────────── */ 53 - #define TARGET_RMS 0.35f /* -9 dBFS — loud, punchy target */ 53 + #define TARGET_RMS 0.50f /* -6 dBFS — loud, punchy target */ 54 54 #define RMS_ATTACK 0.3f /* fast: track loud transients in ~2-3 chunks */ 55 55 #define RMS_RELEASE 0.99f /* ~7 s to settle on a quieter signal */ 56 56 #define GAIN_ATTACK 0.3f /* reduce gain quickly to prevent clipping */