From d25a9081e7b8626e649f8f8a1b038e130c7b1350 Mon Sep 17 00:00:00 2001 From: RickyL-2000 <15305813731@163.com> Date: Tue, 21 Jul 2020 13:34:18 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86librosa=E9=9F=B3?= =?UTF-8?q?=E9=A2=91=E5=A4=84=E7=90=86=E5=BA=93=E5=92=8Cpyworld=E5=A3=B0?= =?UTF-8?q?=E7=A0=81=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b59e4c9..78024ae 100644 --- a/README.md +++ b/README.md @@ -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/librosa/) * 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) From dfcde43eb60a47bc85f80d605c06499db7033d08 Mon Sep 17 00:00:00 2001 From: RickyL-2000 <15305813731@163.com> Date: Wed, 29 Jul 2020 14:52:10 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=9F=B3=E9=A2=91?= =?UTF-8?q?=E5=A4=84=E7=90=86=E5=BA=93LibROSA=E7=9A=84=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78024ae..82e50d8 100644 --- a/README.md +++ b/README.md @@ -303,7 +303,7 @@ 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/librosa/) +* 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)