increase the melody version of Bani's singing by 0.5 db

This commit is contained in:
j 2024-04-14 10:36:13 +01:00
parent 1ac5574bfc
commit 4f57230996
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ def compose(clips, target=150, base=1024, voice_over=None):
elif 'Ashley' in voc['src']:
a, b = '-9.5', '-1.50'
elif 'Melody' in voc['src']:
a, b = '-5.75', '-0.75'
a, b = '-5.25', '-0.25'
voc['filter'] = {'volume': a}
scene['audio-center']['A1'].append(voc)
vo_low = vo.copy()