lower gain for background sounds
This commit is contained in:
parent
eff0576af3
commit
1e85ffa407
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ def compose(clips, fragment, target=150, base=1024, voice_over=None, options=Non
|
||||||
["channels", "2"],
|
["channels", "2"],
|
||||||
],
|
],
|
||||||
'loudness': [
|
'loudness': [
|
||||||
["program", "-17"],
|
["program", "-27"],
|
||||||
["results", clip["loudnorm"]],
|
["results", clip["loudnorm"]],
|
||||||
],
|
],
|
||||||
'volume': volume_front,
|
'volume': volume_front,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue