Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加了librosa音频处理库和pyworld声码器 #92

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,12 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
* [django-elastic-transcoder](http://hao.importnew.com/django-elastic-transcoder/):Django + [Amazon Elastic Transcoder](http://aws.amazon.com/elastictranscoder/)。[官网](https://github.com/StreetVoice/django-elastic-transcoder)
* eyeD3:一个用来操作音频文件的工具,具体来讲就是包含 ID3 元信息的 MP3 文件。[官网](http://eyed3.nicfit.net/)
* id3reader:一个用来读取 MP3 元数据的 Python 模块。[官网](http://nedbatchelder.com/code/modules/id3reader.py)
* LibROSA:一个用于音乐和音频分析的模块,支持时频处理、特征提取、绘制声音图形等功能。[官网](https://librosa.org/doc/latest/index.html)
* m3u8:一个用来解析 m3u8 文件的模块。[官网](https://github.com/globocom/m3u8)
* mutagen:一个用来处理音频元数据的 Python 模块。[官网](https://bitbucket.org/lazka/mutagen)
* pydub:通过简单、简洁的高层接口来操作音频文件。[官网](https://github.com/jiaaro/pydub)
* pyechonest:[Echo Nest](http://developer.echonest.com/) API 的 Python 客户端。[官网](https://github.com/echonest/pyechonest)
* pyworld:用 python 封装的 World 声码器,用于提取音频的基频、谐波和非谐波。[官网](https://github.com/JeremyCCHsu/Python-Wrapper-for-World-Vocoder)
* talkbox:一个用来处理演讲/信号的 Python 库。[官网](http://scikits.appspot.com/talkbox)
* TimeSide:开源 web 音频处理框架。[官网](https://github.com/Parisson/TimeSide)
* tinytag:一个用来读取 MP3, OGG, FLAC 以及 Wave 文件音乐元数据的库。[官网](https://github.com/devsnd/tinytag)
Expand Down