pocketsphinx-python:CMU Sphinxbase和Pocketsphinx库的Python接口

时间:2024-05-26 07:11:39
【文件属性】:

文件名称:pocketsphinx-python:CMU Sphinxbase和Pocketsphinx库的Python接口

文件大小:34KB

文件格式:ZIP

更新时间:2024-05-26 07:11:39

python voice speech speech-recognition pocketsphinx

Pocketsphinx Python Pocketsphinx是语音识别开源工具包的一部分。 该软件包为使用和创建的CMU 和库提供了python接口。 支持平台 视窗 Linux Mac OS X 安装 # Make sure we have up-to-date versions of pip, setuptools and wheel python -m pip install --upgrade pip setuptools wheel pip install --upgrade pocketsphinx 提供更多用于手动安装的二进制发行版。 用法 现场语音 这是一个迭代器类,用于从麦克风进行连续识别或关键字搜索。 from pocketsphinx import LiveSpeech for phrase in LiveSpeech (): print ( phr


【文件预览】:
pocketsphinx-python-master
----setup.py(10KB)
----.gitignore(290B)
----sphinxbase()
--------__init__.py(2KB)
----.travis.yml(3KB)
----MANIFEST.in(401B)
----LICENSE(1KB)
----setup.cfg(21B)
----.gitmodules(208B)
----deps()
--------sphinxbase()
--------pocketsphinx()
----README.md(9KB)
----tests()
--------test_decoder.py(3KB)
--------test_phoneme.py(3KB)
--------__init__.py(2KB)
--------test_config.py(3KB)
--------test_lm.py(3KB)
--------test_lattice.py(2KB)
--------test_kws.py(2KB)
--------test_audiofile.py(2KB)
--------test_fsg.py(2KB)
--------test_jsgf.py(2KB)
----appveyor.yml(798B)
----pocketsphinx()
--------__init__.py(7KB)
----swig()
--------sphinxbase()

网友评论