Installing Matchering on EndeavourOS Latest
Matchering is an open-source audio matching and mastering tool. Here's how you can install it on EndeavourOS Latest.
Prerequisites
Before installing Matchering, make sure you have the following:
- A Linux-based operating system. In this tutorial, we'll be using EndeavourOS Latest.
- Python 3.6+
- pip
Installation Steps
- Install required packages using the command below
sudo pacman -S python python-pyaudio python-pip python-setuptools python-wheel
- Install Matchering using pip. Open Terminal and run the command below:
pip install matchering
- Now clone the final package using git.
git clone https://github.com/sergree/matchering.git
- Install the required dependencies using pip.
pip install -r requirements.txt
- Run Matchering.
python matchering.py
You are now ready to use Matchering on your EndeavourOS latest system!