文件名称:speech-to-text-websockets-python
文件大小:3.37MB
文件格式:ZIP
更新时间:2024-05-22 02:24:14
Python
概要 该项目包含一个python客户端,该客户端通过其WebSockets接口与IBM Watson Speech To Text服务交互。 客户端将音频流传输到STT服务,并实时接收识别假设。 它可以运行N个同时识别会话 安装 要使此脚本正常工作,需要安装一些依赖项。 为了通过WebSockets与STT服务进行交互,必须安装“ twisted”和“ autobahn”库。 可以通过键入以下命令来安装这些库的更新版本: $ pip install twisted $ pip install autobahn 为了您进行基于令牌的身份验证,必须安装请求库 $ pip install requests 如果您需要升级现有的双绞线或Autobhan版本,则可以输入 $ pip install twisted --upgrade $ pip install autobahn --upg
【文件预览】:
speech-to-text-websockets-python-master
----sttClient.py(13KB)
----output()
--------hypotheses.txt(554B)
----recordings()
--------0006.wav(279KB)
--------0009.wav(690KB)
--------0002.wav(486KB)
--------0008.wav(416KB)
--------0010.wav(501KB)
--------0004.wav(470KB)
--------0001.wav(626KB)
--------0005.wav(398KB)
--------0003.wav(381KB)
--------0007.wav(351KB)
----recordings.txt(220B)
----README.md(3KB)