✨ feat(easyeffects): add default output preset
This commit is contained in:
parent
a61f7c10ad
commit
2d2ca55c0e
2 changed files with 7 additions and 1 deletions
|
@ -2,5 +2,5 @@
|
||||||
"device": "alsa_output.pci-0000_0b_00.4.analog-stereo",
|
"device": "alsa_output.pci-0000_0b_00.4.analog-stereo",
|
||||||
"device-description": "Starship/Matisse HD Audio Controller Analog Stereo",
|
"device-description": "Starship/Matisse HD Audio Controller Analog Stereo",
|
||||||
"device-profile": "analog-output-lineout",
|
"device-profile": "analog-output-lineout",
|
||||||
"preset-name": "speakers"
|
"preset-name": "Default"
|
||||||
}
|
}
|
||||||
|
|
6
.config/easyeffects/output/Default.json
Normal file
6
.config/easyeffects/output/Default.json
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"output": {
|
||||||
|
"blocklist": [],
|
||||||
|
"plugins_order": []
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue