Add Dolby ATMOS convolver for headphones

This commit is contained in:
coolneng 2022-06-22 00:03:00 +02:00
parent f1f8c1bb05
commit c6dfe5b8dc
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,12 @@
{ {
"output": { "output": {
"blocklist": [], "blocklist": [],
"convolver": {
"input-gain": 0.0,
"ir-width": 100,
"kernel-path": "/home/coolneng/.config/easyeffects/irs/Dolby ATMOS.irs",
"output-gain": 0.0
},
"equalizer": { "equalizer": {
"input-gain": -2.0, "input-gain": -2.0,
"left": { "left": {
@ -213,7 +219,8 @@
"split-channels": false "split-channels": false
}, },
"plugins_order": [ "plugins_order": [
"equalizer" "equalizer",
"convolver"
] ]
} }
} }