adjust levels
- Melody (Ban's vocals) (+ 1 db) - Ashley (Ban's vocals) (- 0.75 db)
This commit is contained in:
parent
ed03c7026a
commit
d72bf343e3
1 changed files with 2 additions and 2 deletions
|
@ -140,9 +140,9 @@ def compose(clips, target=150, base=1024, voice_over=None):
|
||||||
elif 'Free' in voc['src']:
|
elif 'Free' in voc['src']:
|
||||||
a, b = '5.2', '-3.8'
|
a, b = '5.2', '-3.8'
|
||||||
elif 'Ashley' in voc['src']:
|
elif 'Ashley' in voc['src']:
|
||||||
a, b = '3.75', '-5.25'
|
a, b = '4.50', '-4.50'
|
||||||
elif 'Melody' in voc['src']:
|
elif 'Melody' in voc['src']:
|
||||||
a, b = '4.25', '-4.75'
|
a, b = '5.25', '-3.75'
|
||||||
voc['filter'] = {'volume': a}
|
voc['filter'] = {'volume': a}
|
||||||
scene['audio-center']['A1'].append(voc)
|
scene['audio-center']['A1'].append(voc)
|
||||||
vo_low = vo.copy()
|
vo_low = vo.copy()
|
||||||
|
|
Loading…
Reference in a new issue