unisound_asr 云知声 语音识别 python版接口

栏目: Python · 发布时间: 8年前

内容简介:unisound_asr 云知声 语音识别 python版接口

抽空,实现了一份云知声 语音转写的 python 版本。

使用python通过调用动态库实现。

云知声官网:

http://dev.hivoice.cn/sdk_download/schema_sdk.jsp

调用方法:

python3 unisound_asr.py 音频文件

例:

python3 unisound_asr.py e:\input.wav

调用前修改下 unisound_asr.py 相应的授权变量

# 配置你自己的key
app_key_str = "appKey"
user_secret_str = "appSecret"

代码下载


github项目地址:
https://github.com/templeblock/unisound_asr

具体实现细节见python代码。

若有其他相关问题或者需求也可以邮件联系俺探讨。

邮箱地址是:

gaozhihan@vip.qq.com

若此博文能帮到您,欢迎扫码小额赞助。

微信:

unisound_asr 云知声 语音识别 python版接口

支付宝:

unisound_asr 云知声 语音识别 python版接口

<a style="font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px" href="https://files.cnblogs.com/files/tntmonks/unisound_asr.zip" target="_blank"> </a>

以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Programming in Haskell

Programming in Haskell

Graham Hutton / Cambridge University Press / 2007-1-18 / GBP 34.99

Haskell is one of the leading languages for teaching functional programming, enabling students to write simpler and cleaner code, and to learn how to structure and reason about programs. This introduc......一起来看看 《Programming in Haskell》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码