increase the melody version of Bani's singing by 0.5 db
This commit is contained in:
parent
1ac5574bfc
commit
4f57230996
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue