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")