/maspy

Simple tool to automatically master songs using a reference track using matchering.

Primary LanguagePython

maspy

A simple tool built around matchering and pydub to automatically master multiple songs using a reference track. It returns the mastered tracks as 192kbps mp3 files. It's an easy way to improve recordings of your band's practise session!

Installation

Create a Python 3.10 environment and use the wheel distribution to install with pip:

pip install "C:\Path\to\maspy-0.1-py3-none-any.whl"

Maspy depends on ffmpeg for i/o of compressed audio formats such as mp3 and m4a. Get the latest build of ffmpeg here and add it to Path following this guide. Next install ffmpeg in your new Python environment:

pip install ffmpeg

Currently you have to edit the script in an IDE and run it there until