Skip to content

Commit

Permalink
Change default values for fade out type and autocue loudness target (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
RM-FM authored Oct 24, 2024
1 parent 8a85f11 commit 7211e86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/libs/autocue.liq
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ let settings.autocue.internal.lufs_target =
settings.make(
description=
"Loudness target",
-16.0
-14.0
)

let settings.autocue.internal.cue_in_threshold =
Expand Down
4 changes: 2 additions & 2 deletions src/libs/fades.liq
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ let settings.fade.out.type =
settings.make(
description=
"Default fade.out type",
"exp"
"lin"
)

let settings.fade.out.curve =
settings.make(
description=
"Default fade.out curve",
3.
10.
)

# Make a fade function based on a source's clock.
Expand Down

0 comments on commit 7211e86

Please sign in to comment.