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
- 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
Clone the repository and install dependencies:
git clone https://github.com/username/AmpVortex-LiveTune.git
cd AmpVortex-LiveTune
pip install -r requirements.txtPython Example:
from livetune import RoomCalibrator
calibrator = RoomCalibrator(zone="Living Room")
calibrator.measure()
calibrator.apply_correction()NodeJS Example (placeholder):
// Future NodeJS example- User Guide (coming soon)
- Measurement Workflow (coming soon)
- API Integration (coming soon)
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
- Official website: https://www.ampvortex.com
- Explore products: https://www.ampvortex.com/products
- Related models: AmpVortex-16060 Series (example link, replace with actual product URL)
Contributions are welcome! Please see CONTRIBUTING.md (coming soon) for guidelines.
This project is licensed under the MIT License. See LICENSE for details.