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.md
source 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

  1. Use the
    Device
    command to specify the exact name of the audio output device.
  2. Use the
    Include
    command immediately after the
    Device
    command to load the corresponding EQ preset file.
  3. Device names must match the "Playback devices" list in the Equalizer APO Configuration Editor exactly (case-sensitive, including spaces and special characters).
  4. If a device name contains spaces, it must be enclosed in double quotes (e.g.,
    Device: "My Device Name"
    ).
  5. If preset files are located in the same directory as
    config.txt
    , use relative paths (just the filename). Otherwise, use the full file path.
  6. Do not include the
    Device
    command inside the included preset files; the preset files should contain only EQ commands (Preamp, Filter, etc.).

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