librosa
matchering
Our great sponsors
librosa | matchering | |
---|---|---|
7 | 2 | |
5,237 | 630 | |
2.0% | - | |
7.7 | 5.9 | |
4 days ago | 2 months ago | |
Python | Python | |
ISC License | GNU General Public License v3.0 only |
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.
librosa
-
AUDIO ANALYSIS WITH LIBROSA
Librosa is a Python package developed for music and audio analysis. It is specific on capturing the audio information to be transformed into a data block. However, the documentation and example are good to understand how to work with audio data science projects.
-
AUDIO CLASSIFICATION USING DEEP LEARNING
Hello! welcome once again to the continuation of the last blog post about audio analysis using the Librosa python library, if you missed this article don't worry here you can enjoy audio analysis techniques with Librosa.
-
DATA AUGMENTATION IN NATURAL LANGUAGE PROCESSING
Changing pitch of the audio:- in this technique python package for audio analysis like Librosa is the best tool to go with, by adding effect on the audio pitch to create new audio data.
- mingus library for music theory
-
Aubio, a C library for analyzing songs
You might try "librosa" for tempo/beat detection:
https://github.com/librosa/librosa/blob/main/librosa/beat.py
Track beats using time series input
-
Feeling Discouraged and Need Guidance
https://github.com/librosa/librosa (According to their own page, though: "librosa uses soundfile and audioread to load audio files. Note that soundfile does not currently support MP3, which will cause librosa to fall back on the audioread library". This basically means that in-buffer reading isn't supported for MP3 files. They even recommend you to install ffmpeg or GStreamer so that audioread can work for MP3, too. I'm not exactly sure what they do internally but I assume it's something like: Convert MP3 to WAV using ffmpeg, then using audioread, but this is only an assumption)
-
BOUNTY OFFERED: Help Me Solve a Linux/AlsaMixer os.system() command issue
Hey OP, I don't have a ton of experience with speech synthesis, but I believe this is usually accomplished with a library like librosa to separate background noises (which your robots voice and frequency would be a part of) from other vocals.
matchering
-
Automatic Reference Mastering Website
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
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?
pyAudioAnalysis - Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications
pydub - Manipulate audio with a simple and easy high level interface
kapre - kapre: Keras Audio Preprocessors
essentia - C++ library for audio and music analysis, description and synthesis, including Python bindings
beets - music library manager and MusicBrainz tagger
audioread - cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python
django-elastic-transcoder - Django + AWS Elastic Transcoder
eyeD3
SpeechRecognition - Speech recognition module for Python, supporting several engines and APIs, online and offline.
aubio - a library for audio and music analysis
mutagen - Python module for handling audio metadata