Audyssey-based Sound Optimization Tool for Denon/Marantz AVRs.
Harnessing the power of REW and proprietary algorithms, A1 Evo aims to produce world-class room correction for MultEQ, MultEQ XT, and XT32 AVRs. Improvements remain worthwhile for basic MultEQ, but improve further with more capable XT & XT32 hardware.
AVRs must be compatible with MultEQ Mobile app (~2016 onward), though the app itself is not required.
- Git - Version control system
- Node.js - JavaScript runtime (v18 or later recommended)
- npm - Package manager (included with Node.js)
# Update package lists
sudo apt update
# Install Git
sudo apt install git
# Install Node.js and npm using NodeSource repository
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt install -y nodejs
# Verify installations
git --version
node --version
npm --version
git clone https://github.com/ObsessiveCompulsiveAudiophile/A1EvoAcoustica.git
cd A1EvoAcoustica
npm ci
npm start
This will launch the A1 Evo Acoustica tool.
npm run build
Or for a specific platform (available options)
npm run build-windows