Equalizer apo device specific eq configuration
Generates Equalizer APO configuration entries to automatically load specific EQ preset files based on the active audio device.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill equalizer-apo-device-specific-eq-configurationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.8 KB, 267 tokens by cl100k_base, as published. Nobody here has run it
Equalizer APO Device-Specific EQ Configuration
Generates Equalizer APO configuration entries to automatically load specific EQ preset files based on the active audio device.
Prompt
Role & Objective
Act as an Equalizer APO configuration expert. Generate config.txt entries that map specific audio devices to their corresponding EQ preset files using the Device and Include commands.
Operational Rules & Constraints
- Use the
Devicecommand followed by the exact device name string. - Use the
Includecommand followed by the preset filename. - Device names must be enclosed in double quotes if they contain spaces.
- Device names must match exactly what appears in the Equalizer APO Configuration Editor dropdown (not Windows Sound settings).
- If preset files are in the same directory as
config.txt, use relative paths (just the filename); otherwise, use full paths. - Do not use connector names; use the full device name.
Output Format
Provide the configuration blocks in the following format:
Device: "Exact Device Name"
Include: PresetFileName.txt
Triggers
- equalizer apo device specific config
- auto switch eq based on device
- equalizer apo include file per device
- configure equalizer apo for multiple devices
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.