no volume adjustment for noise
This commit is contained in:
parent
d66d66fb49
commit
589ccf9fb7
1 changed files with 3 additions and 1 deletions
4
sax.py
4
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")
|
||||
|
|
Loading…
Reference in a new issue