fix sound

This commit is contained in:
j 2026-02-03 11:28:44 +01:00
commit a08e0b7331
2 changed files with 4 additions and 4 deletions

View file

@ -269,7 +269,7 @@ def compose(clips, fragment, target=150, base=1024, voice_over=None, options=Non
if vo_b:
a, b = '2', '-4'
vo_b_a = '1'
vo_b_b = '5'
vo_b_b = '-5'
voc['filter'] = {'volume': a}
scene['audio-center']['A1'].append(voc)
vo_low = vo.copy()