A desktop application for batch audio mastering using reference tracks. Available in two versions - Cool AudioM Electron and Cool AudioM Python.
- Multiple audio file processing in one go
- Reference track-based mastering
- Easy-to-use interface
- Supports WAV and MP3 formats
- Results saved in high-quality WAV format
- Python with matchering package installed
- Windows operating system
Download the latest installer from the Releases section and run Cool AudioM Setup.exe
. The app will then use the installed matchering code to do the mastering of the track/s.
- Clone the repository
- Install dependencies:
npm install
- Run the application:
npm start
To create a Windows installer:
npm run build
This is a new standalone version that includes all necessary dependencies in one zip file. Just download the zip, extract it to your Windows computer and click on the .exe file to start mastering your track/s. Unfortunately because of the Python UI limitations the standalone app is not as pretty as the Electron app, but they all have the same functionality and results. And of course the standalone version is easier to get going.
- Download the Cool AudioM Python zip file from the Releases section.
- Extract the zip file to a location of your choice.
- Run the "Cool AudioM.exe" file inside the extracted folder.
No additional installation or setup is required.
ISC