pydrobert-speech:使用Python进行语音处理

时间:2024-03-19 00:09:49
【文件属性】:

文件名称:pydrobert-speech:使用Python进行语音处理

文件大小:858KB

文件格式:ZIP

更新时间:2024-03-19 00:09:49

Python

pydrobert-speech 这个纯python库允许灵活地计算语音功能。 例如,给定的功能配置称为fbanks.json : { " name " : " stft " , " bank " : " fbank " , " frame_length_ms " : 25 , " include_energy " : true , " pad_to_nearest_power_of_two " : true , " window_function " : " hanning " , " use_power " : true } 您可以使用以下命令计算三角形重叠的滤波器,例如或 import json from pydrobert . speech import * # get the feature computer ready params = j


【文件预览】:
pydrobert-speech-master
----.gitignore(1KB)
----setup.cfg(82B)
----README.md(3KB)
----pydrobert()
--------__init__.py(642B)
--------speech()
----tests()
--------test_compute.py(8KB)
--------conftest.py(1KB)
--------test_command_line.py(6KB)
--------test_corpus.py(3KB)
--------test_util.py(8KB)
--------audio()
--------test_post.py(7KB)
--------__init__.py(0B)
--------test_filters.py(9KB)
--------data()
--------test_scales.py(700B)
----LICENSE_sph2pipe(1KB)
----docs()
--------make.bat(764B)
--------source()
--------Makefile(638B)
----LICENSE(11KB)
----extras()
--------test.wav(293KB)
----requirements.txt(13B)
----MANIFEST.in(13B)
----setup.py(2KB)
----.travis.yml(321B)
----recipe()
--------meta.yaml(2KB)

网友评论