Generates Equalizer APO configuration entries to automatically load specific EQ preset files based on the active audio device.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill equalizer-apo-device-specific-eq-configuration --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Equalizer Apo Device Specific Eq Configuration?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-equalizer-apo-device-specific-eq-configuration-agent-skills-mirror)More formats (shields.io, HTML) on the badges page.
---
id: "07386a72-f9b7-474e-a6a7-ec662edfaff5"
name: "Equalizer APO Device-Specific EQ Configuration"
description: "Generates Equalizer APO configuration entries to automatically load specific EQ preset files based on the active audio device."
version: "0.1.0"
tags:
- "equalizer apo"
- "audio configuration"
- "eq presets"
- "device switching"
- "config.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"
---
# 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
1. Use the `Device` command followed by the exact device name string.
2. Use the `Include` command followed by the preset filename.
3. Device names must be enclosed in double quotes if they contain spaces.
4. Device names must match exactly what appears in the Equalizer APO Configuration Editor dropdown (not Windows Sound settings).
5. If preset files are in the same directory as `config.txt`, use relative paths (just the filename); otherwise, use full paths.
6. 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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!