From 1f28974f5c220b00100239817dee8f11d7c92732 Mon Sep 17 00:00:00 2001 From: Sergey Grishakov Date: Fri, 14 Feb 2020 13:44:44 +0300 Subject: [PATCH 1/3] Add matchering --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f883793..5eaa30aa 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [eyeD3](https://github.com/nicfit/eyeD3) - A tool for working with audio files, specifically MP3 files containing ID3 metadata. * [mutagen](https://github.com/quodlibet/mutagen) - A Python module to handle audio metadata. * [tinytag](https://github.com/devsnd/tinytag) - A library for reading music meta data of MP3, OGG, FLAC and Wave files. + * [matchering](https://github.com/sergree/matchering) - A library for automated reference audio mastering. ## Authentication From c0ef6425ef81000c5a8101148f7ad7f992adb619 Mon Sep 17 00:00:00 2001 From: Sergey Grishakov Date: Fri, 14 Feb 2020 17:00:51 +0300 Subject: [PATCH 2/3] Correct category --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5eaa30aa..7c2e5794 100644 --- a/README.md +++ b/README.md @@ -148,12 +148,12 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [pyAudioAnalysis](https://github.com/tyiannak/pyAudioAnalysis) - Audio feature extraction, classification, segmentation and applications. * [pydub](https://github.com/jiaaro/pydub) - Manipulate audio with a simple and easy high level interface. * [TimeSide](https://github.com/Parisson/TimeSide) - Open web audio processing framework. + * [matchering](https://github.com/sergree/matchering) - A library for automated reference audio mastering. * Metadata * [beets](https://github.com/beetbox/beets) - A music library manager and [MusicBrainz](https://musicbrainz.org/) tagger. * [eyeD3](https://github.com/nicfit/eyeD3) - A tool for working with audio files, specifically MP3 files containing ID3 metadata. * [mutagen](https://github.com/quodlibet/mutagen) - A Python module to handle audio metadata. * [tinytag](https://github.com/devsnd/tinytag) - A library for reading music meta data of MP3, OGG, FLAC and Wave files. - * [matchering](https://github.com/sergree/matchering) - A library for automated reference audio mastering. ## Authentication From b1b23335be6933a8b66b2925dd6e2cf9fcc92648 Mon Sep 17 00:00:00 2001 From: Sergey Grishakov Date: Sat, 15 Feb 2020 16:02:38 +0300 Subject: [PATCH 3/3] Add matchering Alphabet order + correct category --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c2e5794..57dcda67 100644 --- a/README.md +++ b/README.md @@ -144,11 +144,11 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * Audio * [audioread](https://github.com/beetbox/audioread) - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding. * [dejavu](https://github.com/worldveil/dejavu) - Audio fingerprinting and recognition. + * [matchering](https://github.com/sergree/matchering) - A library for automated reference audio mastering. * [mingus](http://bspaans.github.io/python-mingus/) - An advanced music theory and notation package with MIDI file and playback support. * [pyAudioAnalysis](https://github.com/tyiannak/pyAudioAnalysis) - Audio feature extraction, classification, segmentation and applications. * [pydub](https://github.com/jiaaro/pydub) - Manipulate audio with a simple and easy high level interface. * [TimeSide](https://github.com/Parisson/TimeSide) - Open web audio processing framework. - * [matchering](https://github.com/sergree/matchering) - A library for automated reference audio mastering. * Metadata * [beets](https://github.com/beetbox/beets) - A music library manager and [MusicBrainz](https://musicbrainz.org/) tagger. * [eyeD3](https://github.com/nicfit/eyeD3) - A tool for working with audio files, specifically MP3 files containing ID3 metadata.