esp-ai-plugin-iat-tengxun
v1.3.0
Published
iat
Downloads
9
Maintainers
Readme
🌟 简介
让ESP-AI接入阿里语音识别!
🚀 使用方法
配置一个参数
- 需要配置的参数:appId ,secretId ,secretKey
地址 https://console.cloud.tencent.com/cam/capi
安装
npm i npm i esp-ai-plugin-iat-tengxun使用
const espAi = require("esp-ai");
espAi({
// 配置使用插件并且为插件配置api-key
tts_server: "esp-ai-plugin-iat-tengxun",
tts_config: {
appId: "xxx",
secretId : "xxx",
secretKey: "xxx",
},
// 引入插件
plugins: [
require("esp-ai-plugin-iat-tengxun")
],
});📝 更新日志
2025-06-10 1.3
- 调整: apiKey 配置参数名改为 api_Key
- 修复: 对于官方破坏的代码进行了修复
