Quick link to download latest release: https://github.com/h39s/AQUA/releases/latest/download/AQUAsetup.exe
Discord Server: https://discord.gg/44WDeRrr2d
Welcome to AQUA, a modern platform for audio equalization on Windows. Our goal is to provide a clean user experience and to support many features such as parametric equalization, user friendly graph interfaces, and, in the future, saving/loading presets and AutoEQ integration. Please note that EqualizerAPO is a prerequisite for our application. We would love to get your feedback, address any bugs you encounter, and take any feature requests into consideration as we develop AQUA further, so please join our discord server to share your thoughts with us and stay tuned for more!
To get started using AQUA, it only takes two easy steps:
- Install EqualizerAPO if you don't have it currently installed (and make sure you run
configurator.exe
included as a part of EqualizerAPO to install the required drivers for the devices you would like to EQ). - Download and run the executable
AQUA.Setup.x.x.x.exe
from the latest release.
If you find any bugs, have any feature requests, or want to give us any kind of feedback, we'd love to hear it! Please join us in our discord to reach out and to keep up to date with new release information!
We are a group of university students in our final year. This is both a passion project and capstone endeavour for us. We will be actively developing the application for the next 6 months and aim to add EQ presets, graphic EQ manipulation, and AutoEQ. Please note that we may not always be available to address your messages on discord as we are all full-time students.
- Install EqualizerAPO
- Install Visual Studio 2022. Check "Desktop Development with C++"
- Clone this repository
- Run
npm install
in the project folder- May need to install latest node-gyp in npm (link)
- When installing
node-gyp
, ensure msvs_version is set to 2022 in npm config