pyflite:flite TTS 库的 Python 包装器

时间:2021-06-18 15:48:35
【文件属性】:
文件名称:pyflite:flite TTS 库的 Python 包装器
文件大小:4KB
文件格式:ZIP
更新时间:2021-06-18 15:48:35
C 粉煤灰 Flite TTS 库的简单 python 包装器。 安装 在 linux 上,您可以运行“sudo python setup.py install” 注意:此时它只安装 c 库,稍后我将更新以安装 python 包装器 用法 from pyflite import PyFlite pf = PyFlite () pf . voices - - returns a list of voices pf . text2wave ( "YOUR TEXT GOES HERE" , "FILENAME.WAV" , "VOICE NAME" ) pf . file2speech ( "filename" , "VOICE NAME" ) pf . text2speech ( "YOUR TEXT GOES HERE" , "VOICE NAME" ) 笔记 这是在一
【文件预览】:
pyflite-master
----include()
--------pyflite.h(779B)
----LICENSE(414B)
----pyflite.py(484B)
----setup.py(578B)
----README.md(593B)
----_pyflite.c(7KB)

网友评论