From df06cab6a26b226d7a33f7262e9327b8879537fd Mon Sep 17 00:00:00 2001 From: Loxbie <ole@freirad.at> Date: Wed, 13 Nov 2024 14:01:05 +0100 Subject: [PATCH] Feat: add normalize to main output. #23 --- src/engine.liq | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/engine.liq b/src/engine.liq index ff6a801..2e92c32 100644 --- a/src/engine.liq +++ b/src/engine.liq @@ -78,7 +78,8 @@ stripped_stream = mixer ) -output_source = attach_fallback_source(stripped_stream) +raw_output_source = attach_fallback_source(stripped_stream) +output_source = normalize(raw_output_source) ##################################### # OUTPUTS # -- GitLab