Merge pull request #165 from StevenPG/master

Update README.md
This commit is contained in:
Vinta 2014-07-26 18:40:01 +08:00
commit 779da98e6a

View File

@ -273,6 +273,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [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.