1
0
Fork 0
mirror of https://github.com/vinta/awesome-python.git synced 2024-11-13 11:16:10 -05:00

Update README.md

I've directed alot of people to this page for python libraries, some of them asked me for the simplest meta-data reader for mp3, I just added the one I use to try to get my 2-cents in. Thanks
This commit is contained in:
Steve 2014-07-24 13:17:57 -04:00
parent f1c32b8dc1
commit 028276b0c5

View file

@ -241,6 +241,7 @@ long, literate-programming-style documentation generator.
* [pydub](https://github.com/jiaaro/pydub) - Manipulate audio with a simple and easy high level interface.
* [audioread](https://github.com/sampsyo/audioread) - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding.
* [mutagen](https://code.google.com/p/mutagen/) - A Python module to handle audio metadata.
* [id3reader](http://nedbatchelder.com/code/modules/id3reader.py) - A Python module for reading MP3 meta data.
* [tinytag](https://github.com/devsnd/tinytag) - A library for reading music meta data of MP3, OGG, FLAC and Wave files.
* [audiolazy](https://github.com/danilobellini/audiolazy) - Expressive Digital Signal Processing (DSP) package for Python.
* [talkbox](http://scikits.appspot.com/talkbox) - A Python library for speech/signal processing.