mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat: decrease easyeffects reverb
This commit is contained in:
parent
45922f8770
commit
da7a98cbc7
1 changed files with 68 additions and 72 deletions
|
@ -52,16 +52,12 @@
|
|||
"stereo-link": 100.0,
|
||||
"threshold": 0.0
|
||||
},
|
||||
"plugins_order": [
|
||||
"limiter#0",
|
||||
"compressor#0",
|
||||
"reverb#0"
|
||||
],
|
||||
"plugins_order": ["limiter#0", "compressor#0", "reverb#0"],
|
||||
"reverb#0": {
|
||||
"amount": -12.0,
|
||||
"bass-cut": 300.0,
|
||||
"bypass": false,
|
||||
"decay-time": 1.5,
|
||||
"decay-time": 0.4,
|
||||
"diffusion": 0.5,
|
||||
"dry": 0.0,
|
||||
"hf-damp": 5000.0,
|
||||
|
|
Loading…
Reference in a new issue