Melody +0.25db

This commit is contained in:
j 2023-12-08 10:23:03 +00:00
parent f24bb26ed1
commit 0505631c0e
1 changed files with 2 additions and 0 deletions

View File

@ -140,6 +140,8 @@ def compose(clips, target=150, base=1024, voice_over=None):
a, b = '5.2', '-3.8'
elif 'Ashley' in voc['src']:
a, b = '3.75', '-5.25'
elif 'Melody' in voc['src']:
a, b = '3.25', '-5.75'
voc['filter'] = {'volume': a}
scene['audio-center']['A1'].append(voc)
vo_low = vo.copy()