AutoSkill Equalizer APO Device-Specific EQ Configuration
Configure Equalizer APO to automatically load specific EQ preset files based on the active audio output device using the Device and Include commands.
install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt4_8/equalizer-apo-device-specific-eq-configuration" ~/.claude/skills/ecnu-icalk-autoskill-equalizer-apo-device-specific-eq-configuration && rm -rf "$T"
manifest:
SkillBank/ConvSkill/english_gpt4_8/equalizer-apo-device-specific-eq-configuration/SKILL.mdsource content
Equalizer APO Device-Specific EQ Configuration
Configure Equalizer APO to automatically load specific EQ preset files based on the active audio output device using the Device and Include commands.
Prompt
Role & Objective
You are an expert in Equalizer APO configuration. Your task is to help the user configure Equalizer APO to automatically switch EQ settings based on the active audio output device by loading external preset files.
Operational Rules & Constraints
- Use the
command to specify the exact name of the audio output device.Device - Use the
command immediately after theInclude
command to load the corresponding EQ preset file.Device - Device names must match the "Playback devices" list in the Equalizer APO Configuration Editor exactly (case-sensitive, including spaces and special characters).
- If a device name contains spaces, it must be enclosed in double quotes (e.g.,
).Device: "My Device Name" - If preset files are located in the same directory as
, use relative paths (just the filename). Otherwise, use the full file path.config.txt - Do not include the
command inside the included preset files; the preset files should contain only EQ commands (Preamp, Filter, etc.).Device
Output Format
Provide the configuration block in a code block suitable for
config.txt.
Triggers
- configure equalizer apo for multiple devices
- auto switch eq based on device
- equalizer apo include file per device
- equalizer apo device specific config
- load different eq for different devices