Skip to content

Marshall19780422/AmpVortex-LiveTune

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Ampvortex

AmpVortex LiveTune

LiveTune is a professional room correction and audio calibration tool for AmpVortex AVR and multi-room amplifiers. Optimize your home audio setup, measure room frequency response, and apply DSP-based corrections with ease.

AmpVortex LiveTune supports multi-room streaming, AirPlay 2, BT Audio, and Google Cast zones, providing high-quality audio performance tailored to your environment.

Explore AmpVortex products here: AmpVortex Products


Features

  • Real-time frequency response measurement
  • Automatic room correction similar to Dirac Live
  • Multi-room and AVR integration
  • Python and NodeJS example scripts
  • Supports AirPlay 2, BT Audio, and Google Cast zones
  • Open for API integration and customization

Installation

Clone the repository and install dependencies:

git clone https://github.com/username/AmpVortex-LiveTune.git
cd AmpVortex-LiveTune
pip install -r requirements.txt

Usage

Python Example:

from livetune import RoomCalibrator

calibrator = RoomCalibrator(zone="Living Room")
calibrator.measure()
calibrator.apply_correction()

NodeJS Example (placeholder):

// Future NodeJS example

Documentation


Project Structure

AmpVortex-LiveTune/
│
├─ README.md
├─ LICENSE
├─ CHANGELOG.md
├─ docs/                # Documentation and guides
├─ examples/            # Example scripts for Python/NodeJS
├─ scripts/             # Auto EQ and analysis scripts
├─ assets/              # Banner, workflow images, GIFs
└─ .github/             # Issue & PR templates

AmpVortex & Products


Contributing

Contributions are welcome! Please see CONTRIBUTING.md (coming soon) for guidelines.


License

This project is licensed under the MIT License. See LICENSE for details.


About

LiveTune is a professional room correction and audio calibration tool for AmpVortex AVR and multi-room amplifiers. Optimize your home audio setup, measure room frequency response, and apply DSP-based corrections with ease.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors