Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
engine-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
engine-core
Merge requests
!22
Draft: Fix loudness
#23
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: Fix loudness
#23
fix-loudness-23
into
main
Overview
1
Commits
3
Pipelines
1
Changes
4
Open
Ole Binder
requested to merge
fix-loudness-23
into
main
3 months ago
Overview
1
Commits
3
Pipelines
1
Changes
4
Expand
This fixes
#23
by adding a normalize to the main output source.
0
0
Merge request reports
Compare
main
main (HEAD)
and
latest version
latest version
df06cab6
3 commits,
3 months ago
4 files
+
17
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
src/engine.liq
+
2
−
1
Options
@@ -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 #
Loading