feat(easyeffects): add default output preset

This commit is contained in:
Sergio Laín 2024-08-08 14:54:11 +02:00
parent a61f7c10ad
commit 2d2ca55c0e
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150
2 changed files with 7 additions and 1 deletions

View file

@ -2,5 +2,5 @@
"device": "alsa_output.pci-0000_0b_00.4.analog-stereo",
"device-description": "Starship/Matisse HD Audio Controller Analog Stereo",
"device-profile": "analog-output-lineout",
"preset-name": "speakers"
"preset-name": "Default"
}

View file

@ -0,0 +1,6 @@
{
"output": {
"blocklist": [],
"plugins_order": []
}
}