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:
j 2024-03-22 14:25:13 +01:00
commit 19b54d57cb
2 changed files with 11 additions and 11 deletions

6
sax.py
View file

@ -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"
},
}