Professional audio matching and mastering tool with multi-reference support and intelligent comparison system.
- Multi-Reference Mastering: Upload up to 10 reference tracks and generate multiple mastering variations
- Hot or Not Comparison: Interactive hover-to-preview system to compare masterings side-by-side
- Real-time Rankings: Visual chart showing the most popular mastering based on your preferences
- Multiple Export Formats: Download your masterings in WAV 16-bit or WAV 24-bit
- Synchronized Previews: All previews use the same audio segment for fair comparison
- Python 3.10 or higher (3.14+ supported with fallback)
- 4 GB RAM minimum
- Install dependencies:
pip install -r requirements.txtFor Python 3.14+:
pip install -r requirements-py314.txt- Run the application:
python app.py- Open your browser and navigate to
http://localhost:8360
- Upload Tracks: Drag and drop your target track and up to 10 reference tracks
- Processing: Wait while the system generates masterings for each reference
- Compare: Hover over mastering areas to preview, click to choose your favorite
- Rank: View the ranking chart that updates in real-time below the comparison
- Download: Download your favorite masterings with automatically generated filenames
Build and run with Docker:
docker-start.batOr manually:
docker build -t matchering-2025:latest .
docker run -dp 8360:8360 \
-v matchering-uploads:/app/uploads \
-v matchering-results:/app/results \
-v matchering-previews:/app/previews \
--name matchering-2025 \
--restart always \
matchering-2025:latestThis program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
Based on Matchering by Sergree.
This version includes significant modifications:
- Multi-reference support (up to 10 references)
- Hot or Not comparison system with hover previews
- Real-time ranking charts
- WAV 16-bit and 24-bit export formats
- Python 3.14+ compatibility
- Enhanced user interface
See MODIFICATIONS.md for detailed change log.
- Built on the Matchering audio processing library
- Flask backend with RESTful API
- Real-time processing with progress tracking
- Intelligent comparison algorithm for optimal mastering selection