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