How to Install Matchering on Manjaro

Matchering is an open-source software for audio mastering. Here's how you can install it on your Manjaro Linux system:

Prerequisites

Before you begin, make sure you have the following prerequisites:

  • A Manjaro Linux system with a graphical user interface.
  • Git installed on your system. If not installed, you can install it using the following command in the terminal:

sudo pacman -S git

  • Python 3.x installed on your system. If not installed, you can install it using the following command in the terminal:

sudo pacman -S python

  • Pip installed on your system. If not installed, you can install it using the following command in the terminal:

sudo pacman -S python-pip

Installation Steps

  1. Open a terminal window on your Manjaro system.

  2. Clone the Matchering repository from GitHub:

git clone https://github.com/sergree/matchering.git

  1. Navigate to the Matchering directory:

cd matchering

  1. Install the required Python dependencies using Pip:

pip install -r requirements.txt

  1. Install the required system dependencies using Pacman:

sudo pacman -S --needed ffmpeg sox

  1. Launch Matchering by running the following command:

python3 matchering.py

And that's it! Matchering is now installed on your Manjaro Linux system, and you can start using it for audio mastering.