Skip to content
Snippets Groups Projects
Verified Commit df06cab6 authored by Ole Binder's avatar Ole Binder
Browse files

Feat: add normalize to main output. #23

parent c5659974
No related branches found
No related tags found
1 merge request!22Draft: Fix loudness #23
Pipeline #8720 passed
......@@ -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 #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment