volume tweaks
This commit is contained in:
parent
589ccf9fb7
commit
8e9236a176
2 changed files with 9 additions and 6 deletions
7
sax.py
7
sax.py
|
|
@ -38,12 +38,11 @@ long = {
|
|||
noise = {
|
||||
"src": nois_wav,
|
||||
"duration": 3600.0,
|
||||
}
|
||||
'''
|
||||
"filter": {
|
||||
"volume": "1"
|
||||
"volume": "2"
|
||||
},
|
||||
'''
|
||||
}
|
||||
|
||||
project.append_clip('A1', long)
|
||||
project.append_clip('A2', noise)
|
||||
path = os.path.join(root, "sax-mix.kdenlive")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue