Merge pull request #1568 from AhnJG/master

Add librosa
This commit is contained in:
Vinta Chen 2020-07-07 12:05:35 +08:00 committed by GitHub
commit 348bbf400c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,11 +151,13 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* Audio * Audio
* [audioread](https://github.com/beetbox/audioread) - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding. * [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. * [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. * [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. * [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. * [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. * [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. * [TimeSide](https://github.com/Parisson/TimeSide) - Open web audio processing framework.
* Metadata * Metadata
* [beets](https://github.com/beetbox/beets) - A music library manager and [MusicBrainz](https://musicbrainz.org/) tagger. * [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. * [eyeD3](https://github.com/nicfit/eyeD3) - A tool for working with audio files, specifically MP3 files containing ID3 metadata.