pydub VS matchering

Compare pydub vs matchering and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
pydub matchering
25 4
8,339 1,198
- -
0.0 3.9
23 days ago 3 months ago
Python Python
MIT License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pydub

Posts with mentions or reviews of pydub. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-12.
  • Looking for help with a winamp project please.
    3 projects | /r/learnpython | 12 May 2023
  • Best language(s) for creating/manipulating sounds
    1 project | /r/learnprogramming | 30 Apr 2023
    Honestly while, C++ is used for professional audio software, you can get a lot done with python and a library like pydub, or you can even learn to manipulate audio files without any libraries in any language. So if you are not particulary interested in C++ at the moment you can start with Python, which is easier to learn. You can check out other python audio manipulation libraries here
  • ChatGPT and Whisper APIs
    15 projects | news.ycombinator.com | 1 Mar 2023
    I doubt it will matter if you're breaking up mid sentence if you pass in the previous as a prompt and split words. This is how Whisper does it internally.

    It's not absolutely perfect, but splitting on the word boundary is one line of code with the same package in their docs: https://github.com/jiaaro/pydub/blob/master/API.markdown#sil...

    25MB is also a lot. That's 30 minutes to an hour on MP3 at reasonable compression. A 2 hour movie would have three splits.

  • FFmpeg 6.0
    10 projects | news.ycombinator.com | 27 Feb 2023
    Even given an option it can be difficult to find the corresponding documentation, if only because of the many different submodules and encoders and decoders and filters that have o-so-slightly different options. That said, I've just switched from pydub to ffmpeg-python (due to memory issues of the former[1]) and judging from the Jupiter notebook[2] it seems a much more intuitive method of constructing ffmpeg pipelines.

    [1] https://github.com/jiaaro/pydub/issues/135

    [2] https://github.com/kkroening/ffmpeg-python/tree/master/examp...

  • Download & Trim MP3 from Youtube with Python
    3 projects | dev.to | 21 Dec 2022
    With the file downloaded, we're now going to arbitrarily slice it locally (you might have considered wheter it is possible to simply download a clip from youtube; all reliable methods I've found will essentially boil down to downloading the whole and then editing locally). For that we'll use the pydub library:
  • Playing multiple .wav and/or mp3 files in Python
    1 project | /r/learnpython | 17 Oct 2022
    I guess it's possible in theory, a quick search suggest pydub library.​But you may find something better if you do a little research.
  • I made a cross-platform command-line app called maestro to play music!
    4 projects | /r/Python | 20 Jul 2022
    Uses https://github.com/cheofusi/just_playback to play sound. It's actually surprising how hard it was to find a cross-platform Python module to play sound that doesn't require an external dependency like ffmpeg. Even then, modules like https://github.com/jiaaro/pydub don't support features like seeking/scrubbing, which was a must-have for my project.
  • Batch conversion FLAC to WAV
    1 project | /r/audiophile | 16 May 2022
    Once python is installed, you will also need to install the "pydub" package for this script to work. If you're on a Windows computer, you can do this from the command line (run the "cmd") program. If you're on mac, you can do this from the terminal. Basically, the way that you do this is using "pip" -- a "helper" program that comes with python. Once you launch the command line, just run the command python -m pip install pydub --upgrade and you should see a message showing that it successfully installed. If you're struggling with this step, just google how to "pip install python packages" and you can find a lot of beginner guides.
  • How can I modify the pitch of an audio file and save it to disk?
    1 project | /r/FlutterDev | 20 Feb 2022
    That is kinda what serverless functions are built for. Looks like python has some good libraries for this: https://github.com/jiaaro/pydub.
  • Playing large audio files?
    1 project | /r/learnpython | 7 Jan 2022
    The files are big, so it's not feasible to load one in all at once. They have to be streamed/chunked somehow. (sadly, pydub doesn't support this...)

matchering

Posts with mentions or reviews of matchering. We have used some of these posts to build our list of alternatives and similar projects.
  • Top 10 AI Mixing and Mastering Tools for Musicians
    1 project | /r/LALALAI | 1 Jun 2023
    Songmastr is a web-based AI mastering tool. Utilizing the power of the open-source Python library called Matchering, Songmastr is able to create a masterful audio track that matches a reference song of your choosing. The algorithm studies the RMS, FR, peak amplitude and stereo width of your reference track before applying it to the target audio file.
  • what am I doing wrong? 😞
    1 project | /r/musicproduction | 27 Jun 2022
    Ever tried matching ? I really dig that tool: https://github.com/sergree/matchering
  • Automatic Reference Mastering Website
    1 project | /r/musicproduction | 9 Mar 2022
    I made an automatic mastering website (www.songmastr.com) using the open source software Matchering (all credit to them). I have no users for the meantime, so I'd be happy to get some feedback ! How it works: 1 - You upload your song 2 - You chose a reference for mastering from the catalog / or you upload your own 3 - That's it ! Download the result. The matchering algorithm tries to match frequency response, RMS, peak amplitude and stereo width. The goal is not to replace professional mastering, but rather to offer a quick way to get your demo, or home recording in the same ballpark as commercial songs. Is it free ? - The link below gives out 5000 credits to the first users to claim them - After that, I plan on offering 2-3 free masters per week. Users that need more intensive server use can purchase credits Try it out: https://www.songmastr.com/?oip=eNoztTAx0zM1MjDRs7C0NNAzMjc2BgAmiwPW Have a nice day,
  • Mastering Plugin
    1 project | /r/linuxaudio | 2 Feb 2021
    Re: Matchering (https://github.com/sergree/matchering), here is a little more information. If I recall correctly there is a docker-ized version so you can run it locally relatively easily if you are willing to learn a couple of bash commands. I have not played with it a lot and it is separate from the DAW.

What are some alternatives?

When comparing pydub and matchering you can also consider the following projects:

librosa - Python library for audio and music analysis

SpeechRecognition - Speech recognition module for Python, supporting several engines and APIs, online and offline.

pyAudioAnalysis - Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications

m3u8 - Python m3u8 Parser for HTTP Live Streaming (HLS) Transmissions

ffmpeg-python - Python bindings for FFmpeg - with complex filtering support

essentia - C++ library for audio and music analysis, description and synthesis, including Python bindings

mutagen - Python module for handling audio metadata

pyechonest - Python client for the Echo Nest API

audioread - cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python