Adapt Easyeffects presets to new device
This commit is contained in:
parent
8b817c8e54
commit
30d8b5404c
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"device": "alsa_output.pci-0000_00_1f.3.analog-stereo",
|
||||
"device-description": "Built-in Audio Analog Stereo",
|
||||
"device-profile": "analog-output-headphones",
|
||||
"preset-name": "AKG K361"
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"device": "alsa_output.pci-0000_00_1f.3.analog-stereo",
|
||||
"device-description": "Built-in Audio Analog Stereo",
|
||||
"device-profile": "analog-output-speaker",
|
||||
"preset-name": "Advanced Auto Gain"
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"device": "alsa_output.pci-0000_04_00.6.analog-stereo",
|
||||
"device-description": "Family 17h/19h HD Audio Controller Analog Stereo",
|
||||
"device-profile": "analog-output-headphones",
|
||||
"preset-name": "AKG K361"
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"device": "alsa_output.pci-0000_04_00.6.analog-stereo",
|
||||
"device-description": "Family 17h/19h HD Audio Controller Analog Stereo",
|
||||
"device-profile": "analog-output-speaker",
|
||||
"preset-name": "Laptop speakers"
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"output": {
|
||||
"blocklist": [],
|
||||
"convolver#0": {
|
||||
"autogain": true,
|
||||
"bypass": false,
|
||||
"input-gain": 0.0,
|
||||
"ir-width": 100,
|
||||
"kernel-path": "/home/coolneng/.config/easyeffects/irs/AKG K361.irs",
|
||||
"output-gain": 0.0
|
||||
},
|
||||
"plugins_order": [
|
||||
"convolver#0"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue