volume adjustments

This commit is contained in:
j 2023-11-08 00:04:37 +01:00
commit 60f66b1cb4
2 changed files with 5 additions and 2 deletions

4
sax.py
View file

@ -19,14 +19,14 @@ long = {
"src": long_wav,
"duration": 3600.0,
"filter": {
"volume": "-3"
"volume": "-4"
},
}
noise = {
"src": nois_wav,
"duration": 3600.0,
"filter": {
"volume": "-1"
"volume": "1"
},
}
project.append_clip('A1', long)