Professional audio converter and analysis tool for preparing music tracks for digital distribution and CD-quality release.
- Convert audio files to high-quality format (44.1kHz, 16-bit WAV)
- Analyze audio quality with detailed visualizations
- Multi-threaded batch processing for efficient workflow
- Track waveform and spectral analysis
- Comprehensive conversion quality metrics
- Modern, user-friendly interface
- Python 3.6 or higher
- PyQt5
- Librosa
- Matplotlib
- NumPy
- SciPy
- FFmpeg
-
Clone this repository:
git clone https://github.com/lolitemaultes/track-ready-pro.git -
Install required packages:
pip install -r requirements.txt -
Make sure FFmpeg is installed on your system or place it in the application directory.
Run the application:
python track-ready-pro.py
For command-line batch processing:
python track-ready-pro.py --cli <input_folder_or_files> <output_folder>
- Add audio files using the "Add Files" button or drag and drop
- Select an output directory by clicking "Browse..."
- Convert files by clicking the "Convert to Release Quality" button
- Analyze results by selecting a file from the conversion list
- Review quality metrics and visualizations in the Analysis tab
This project is licensed under the MIT License - see the LICENSE file for details.
- Original code by LOLITEMAULTES
- Enhanced for professional audio production and digital distribution

