https://github.com/psidex/eacs
A Windows tray app that allows you to quickly switch between using different Equalizer APO configuration files
https://github.com/psidex/eacs
configuration equalizer-apo tray-application windows-tray
Last synced: about 2 months ago
JSON representation
A Windows tray app that allows you to quickly switch between using different Equalizer APO configuration files
- Host: GitHub
- URL: https://github.com/psidex/eacs
- Owner: psidex
- License: mit
- Created: 2019-06-09T16:45:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T06:24:42.000Z (over 2 years ago)
- Last Synced: 2025-03-28T18:49:38.032Z (2 months ago)
- Topics: configuration, equalizer-apo, tray-application, windows-tray
- Language: Go
- Homepage:
- Size: 282 KB
- Stars: 24
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EACS - Equalizer APO Config Switcher
[](https://github.com/psidex/EACS/actions)
[](https://goreportcard.com/report/github.com/psidex/EACS)
[](https://www.buymeacoffee.com/psidex)A small Windows tray app that allows you to quickly switch between using different [Equalizer APO](https://sourceforge.net/projects/equalizerapo/) configuration files.
Inspired by [Peace](https://sourceforge.net/projects/peace-equalizer-apo-extension/).

## Features
- Right click on the tray icon to bring up the menu.
- The tray icon is dimmed when there are no active configurations.
- Enable and disable configurations by clicking them (you can have as many enabled as you want).
- Edit, add, and remove configurations just by changing `.txt` files.
- Everything happens in the system tray, keeping things simple.
- You can choose to have only one or many configurations active at the same time.## Warnings
- This won't work alongside other configuration programs such as Peace or the default configuration program that comes with Equalizer APO.
- This will overwrite Equalizer APO's `config.txt`. Make a backup if you need to!.## Install
- Create a directory called "EACS" in `\EqualizerAPO\config`.
- Download the latest `EACS.zip` from [releases](https://github.com/psidex/EACS/releases/latest).
- Extract the zip to the directory you just created.
- If you did this correctly, the exe should be at `EqualizerAPO\config\EACS\EACS.exe`
- Run `EACS.exe`.
- You should now have the icon in your system tray, you can now left/right click on it to switch configurations.
- If you want it to run on system startup, create a shortcut to the exe and move it to the Windows startup directory (`%USERPROFILE%\Start Menu\Programs\Startup`).## Edit / Add / Remove Configurations
The folder that contains all the configuration files will be located at `EqualizerAPO\config\EACS\config-files`.
See [the user guide](./GUIDE.md) for more detailed information.
## Credit
Icon is the [Control Knobs](https://emojipedia.org/control-knobs/) emoji from [Twitter](https://twemoji.twitter.com/).