This commit is contained in:
j 2026-02-03 11:57:36 +01:00
commit 55b4c47e66

View file

@ -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()