Default normalisation off due to ffmpeg requirement.

This commit is contained in:
Matthew Stratford 2021-11-03 00:01:40 +00:00
parent 9dc0990514
commit e287e65cf3
2 changed files with 2 additions and 3 deletions

View file

@ -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] = []

View file

@ -48,7 +48,6 @@
Delayed tracklisting is 20s, to account for cueing with fader down.<br>
Fader Live means if a BAPS Controller is present with support, tracklists will trigger only if fader is up.
</small></p>
<br>
<label for="serial_port">Normalisation:</label>
<select class="form-control" name="normalisation_mode">
<label>Modes</label>
@ -57,7 +56,7 @@
{% endfor %}
</select>
<p><small>
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. <code>ffmpeg</code> or <code>avconf</code> required.
</small></p>
<hr>
<input type="submit" class="btn btn-primary" value="Save & Restart Server">