An open API service indexing awesome lists of open source software.

https://github.com/chliny/hass-tencentcloud-asr

腾讯云语音识别服务 homeassistant STT插件
https://github.com/chliny/hass-tencentcloud-asr

hacs homeassistant homeassistant-custom-component stt tencentcloud

Last synced: about 2 months ago
JSON representation

腾讯云语音识别服务 homeassistant STT插件

Awesome Lists containing this project

README

          

# hass-tencentcloud-asr

腾讯云语音识别服务 homeassistant stt集成

[![GitHub release][releases-shield]][releases]
[![Github downloads][downloads-shield]][releases]
[![HACS][hacs-shield]][hacs]

## 安装

- 腾讯云上开通[语音识别服务](https://cloud.tencent.com/product/asr),获取SecretId 和 SecretKey
- HACS -> 集成 -> 右上解选项 -> 自定义存储库
- 存储库: https://github.com/chliny/hass-tencentcloud-asr
- 类别: 集成
- 浏览并下载存储库 -> 搜索 TencentCloud ASR 并下载
- 重启homeassistant
- homeassistant 添加集成
- 设置 -> 设备与服务 -> 添加集成 -> 搜索 TencentCloud ASR -> 填入腾讯云API密钥和Secret
- 提交后稍等片刻,即可看到`tencentcloud_asr`实体

## 支持模型

| 模型 | 说明 |
|------|------|
|16k_zh| 中文通用|
|16k_zh-PY|中英粤|
|16k_en|英语|
|16k_yue|粤语|
|16k_zh_dialect|多方言,支持23种方言(上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话)|

- 更多模型详细说明,请参考[腾讯云文档](https://cloud.tencent.com/document/product/1093/35646)
- 默认模型: `16k_zh`

[releases-shield]: https://img.shields.io/github/v/release/chliny/hass-tencentcloud-asr?style=flat-square
[downloads-shield]: https://img.shields.io/github/downloads/chliny/hass-tencentcloud-asr/total?style=flat-square
[releases]: https://github.com/chliny/hass-tencentcloud-asr/releases
[hacs-shield]: https://img.shields.io/badge/HACS-Default-41BDF5.svg?style=flat-square
[hacs]: https://github.com/hacs/integration