From e287e65cf37a6424488269dccc2635cb4beee6b3 Mon Sep 17 00:00:00 2001 From: Matthew Stratford Date: Wed, 3 Nov 2021 00:01:40 +0000 Subject: [PATCH] Default normalisation off due to ffmpeg requirement. --- server.py | 2 +- ui-templates/config_server.html | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/server.py b/server.py index aa08889..19e3bf1 100644 --- a/server.py +++ b/server.py @@ -71,7 +71,7 @@ class BAPSicleServer: "myradio_api_tracklist_source": "", "running_state": "running", "tracklist_mode": "off", - "normalisation_mode": "on", + "normalisation_mode": "off", } player_to_q: List[Queue] = [] diff --git a/ui-templates/config_server.html b/ui-templates/config_server.html index 20fd45d..18a2852 100644 --- a/ui-templates/config_server.html +++ b/ui-templates/config_server.html @@ -48,7 +48,6 @@ Delayed tracklisting is 20s, to account for cueing with fader down.
Fader Live means if a BAPS Controller is present with support, tracklists will trigger only if fader is up.

-

- Normalisation requests significant CPU requirements, if you're finding the CPU usuage is too high / causing audio glitches, disable this feature. + Normalisation requests significant CPU requirements, if you're finding the CPU usuage is too high / causing audio glitches, disable this feature. ffmpeg or avconf required.