diff --git a/app/services/video.py b/app/services/video.py index f21dad2..5de1d0d 100644 --- a/app/services/video.py +++ b/app/services/video.py @@ -337,7 +337,7 @@ def generate_video( try: bgm_clip = AudioFileClip(bgm_file).with_effects( [ - afx.MultiplyVolume(params.voice_volume), + afx.MultiplyVolume(params.bgm_volume), afx.AudioFadeOut(3), afx.AudioLoop(duration=video_clip.duration), ]