From 386259a11f0d7102345002f19fa403476af8ecac Mon Sep 17 00:00:00 2001 From: JungGeun Ahn Date: Mon, 6 Jul 2020 18:38:14 +0900 Subject: [PATCH 1/2] Update README.md add [librosa] in audio --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index db18171c..e1503cb8 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,8 @@ 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. + * [librosa](https://github.com/librosa/librosa) - Python library for audio and music analysis + * 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. From eef65b923db3d193fdcae9f092428dc077632614 Mon Sep 17 00:00:00 2001 From: JungGeun Ahn Date: Mon, 6 Jul 2020 18:39:17 +0900 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1503cb8..10f19374 100644 --- a/README.md +++ b/README.md @@ -151,12 +151,12 @@ 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. + * [librosa](https://github.com/librosa/librosa) - Python library for audio and music analysis * [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. - * [librosa](https://github.com/librosa/librosa) - Python library for audio and music analysis * Metadata * [beets](https://github.com/beetbox/beets) - A music library manager and [MusicBrainz](https://musicbrainz.org/) tagger.