volume adjustments
This commit is contained in:
parent
1608b5cb60
commit
60f66b1cb4
2 changed files with 5 additions and 2 deletions
4
sax.py
4
sax.py
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue