From 589ccf9fb7a0f159958b903f4cf05ca98fe2a163 Mon Sep 17 00:00:00 2001 From: j Date: Mon, 13 Nov 2023 19:05:15 +0100 Subject: [PATCH] no volume adjustment for noise --- sax.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sax.py b/sax.py index ed4a1ed..c58fa7d 100644 --- a/sax.py +++ b/sax.py @@ -38,10 +38,12 @@ long = { noise = { "src": nois_wav, "duration": 3600.0, +} +''' "filter": { "volume": "1" }, -} +''' project.append_clip('A1', long) project.append_clip('A2', noise) path = os.path.join(root, "sax-mix.kdenlive")