Melody +0.25db
This commit is contained in:
parent
f24bb26ed1
commit
0505631c0e
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue