Matchering 2.0 is a novel Containerized Web Application and Python Library for audio matching and mastering.
It follows a simple idea - you take TWO audio files and feed them into Matchering:
Our algorithm matches both of these tracks and provides you the mastered TARGET track with the same RMS, FR, peak amplitude and stereo width as the REFERENCE track has.
You can try out Matchering yourself without having to install it, thanks to the hosting provided by Songmastr and Moises.
Watch the video:
So Matchering 2.0 will make your song sound the way you want! It opens up a wide range of opportunities:
Differences from the previous major version:
- Completely rewritten in Python 3, based on open source tech stack (no more MATLAB)
- Our own open source brickwall limiter was implemented for it
- Processing speed and accuracy have been increased
- Now it is the library that can be connected to everything in the Python world
If you are looking for a Matchering paper, you can read this Habr article.
If you are a music producer or an audio engineer, choose the Docker Image.
If you are a developer, choose the Python Library.
Matchering 2.0 works on all major platforms using Docker.
If you need to update the version of the installed Docker Image, follow these instructions.
4 GB RAM machine with Python 3.8.0 or higher is required
Matchering 2.0 depends on the SoundFile library, which depends on the system library libsndfile. On Windows and macOS, it installs automatically. On Linux, you need to install libsndfile using your distribution's package manager, for example:
sudo apt update && sudo apt -y install libsndfile1
On some Linux distributions, python3-pip is not installed by default. For example use this command on Ubuntu Linux to fix this:
sudo apt -y install python3-pip
Finally, install our matchering
package:
# Linux / macOS
python3 -m pip install -U matchering
# Windows
python -m pip install -U matchering
If you would like to enable MP3 loading support, you need to install the FFmpeg library. For example use this command on Ubuntu Linux:
sudo apt -y install ffmpeg
Or follow these instructions: Windows, macOS.
import matchering as mg # Sending all log messages to the default print function # Just delete the following line to work silently mg.log(print) mg.process( # The track you want to master target="my_song.wav", # Some "wet" reference track reference="some_popular_song.wav", # Where and how to save your results results=[ mg.pcm16("my_song_master_16bit.wav"), mg.pcm24("my_song_master_24bit.wav"), ], )
You can find more examples in the examples directory.
Looking for the perfect BPM or key for a new EDM track?
A completely free open-source web service from the author of Matchering.
If our package saved your time or money, you may:
Thank you!
AI辅助编程,代码自动修复
Trae是一种自适应的集成开发环境(IDE),通过自动化和多元协作改变开发流程。利用Trae,团队能够更快速、精确地编写和部署代码,从而提高编程效率和项目交付速度。Trae具备上下文感知和代码自动完成功能,是提升开发效率的理想工具。
AI小说写作助手,一站式润色、改写、扩写
蛙蛙写作—国内先进的AI写作平台,涵盖小说、学术、社交媒体等多场景。提供续写、改写、润色等功能,助力创作者高效优化写作流程。界面简洁,功能全面,适合各类写作者提升内容品质和工作效率。