lower b
This commit is contained in:
parent
a08e0b7331
commit
55b4c47e66
1 changed files with 2 additions and 2 deletions
|
|
@ -268,8 +268,8 @@ def compose(clips, fragment, target=150, base=1024, voice_over=None, options=Non
|
||||||
# a, b = '5', '-1'
|
# a, b = '5', '-1'
|
||||||
if vo_b:
|
if vo_b:
|
||||||
a, b = '2', '-4'
|
a, b = '2', '-4'
|
||||||
vo_b_a = '1'
|
vo_b_a = '-1'
|
||||||
vo_b_b = '-5'
|
vo_b_b = '-7'
|
||||||
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…
Add table
Add a link
Reference in a new issue