Skip to content

ObsessiveCompulsiveAudiophile/A1EvoAcoustica

Repository files navigation

A1 Evo Acoustica

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.

Key Resources

Local Build & Development

Prerequisites

  • Git - Version control system
  • Node.js - JavaScript runtime (v18 or later recommended)
  • npm - Package manager (included with Node.js)
Linux Installation Example (Debian/Ubuntu)
# 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

Clone the Repository

git clone https://github.com/ObsessiveCompulsiveAudiophile/A1EvoAcoustica.git
cd A1EvoAcoustica

Install Dependencies

npm ci

Start the Program

npm start

This will launch the A1 Evo Acoustica tool.

Build Executables

npm run build

Or for a specific platform (available options)

npm run build-windows

LICENSE