include sound adjustments
Front L & R: +3.0 Centre: -14.0 Rear: L & R +3.0 Wall (Back): L & R -8.0 (These is the stereo pair attached to the "original" clips)
This commit is contained in:
parent
d72bf343e3
commit
19b54d57cb
2 changed files with 11 additions and 11 deletions
6
sax.py
6
sax.py
|
|
@ -31,7 +31,7 @@ reverb = {
|
|||
"src": reverb_wav,
|
||||
"duration": 3600.0,
|
||||
"filter": {
|
||||
"volume": "0.5"
|
||||
"volume": "3.5"
|
||||
},
|
||||
}
|
||||
|
||||
|
|
@ -39,14 +39,14 @@ long = {
|
|||
"src": long_wav,
|
||||
"duration": 3600.0,
|
||||
"filter": {
|
||||
"volume": "-4"
|
||||
"volume": "-1"
|
||||
},
|
||||
}
|
||||
noise = {
|
||||
"src": nois_wav,
|
||||
"duration": 3600.0,
|
||||
"filter": {
|
||||
"volume": "4.75"
|
||||
"volume": "7.75"
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue