客服

客服

点击联系站长 点击联系站长

在线时间
12:00 - 22:00

客服微信

客服微信
交流QQ群

734653993

站长QQ 2362400196
ESP-AI阿里智能语音交互平台语音识别插件使用-ESP-AI论坛-极客爱好者-青柠博客

ESP-AI阿里智能语音交互平台语音识别插件使用

阿里智能语音交互平台语音识别服务,让 ESP – AI 接入阿里智能语音交互平台!

主要特性

1. 集成阿里智能语音交互平台语音识别服务
2. 支持热词识别

参数获取

AccessKey ID 和 AccessKey Secret

进入https://ram.console.aliyun.com/profile/access-keys

20250430145507340-image

创建用户

20250430145601386-image

20250430145637783-image

将这两个保存

20250430145718259-image

添加权限

20250430151459357-QQ20250430-151334

安装

npm i esp-ai-plugin-iat-nls

使用

const espAi = require("esp-ai");

espAi({
    
    tts_server: "esp-ai-plugin-iat-nls",
    tts_config: {
         appkey: "xxx",
          AccessKeyId: "xxx",
          AccessKeySecret: "xxx",
    },

    // 引入插件
    plugins: [
        require("esp-ai-plugin-iat-nls")
    ],
});
 
请登录后发表评论

    没有回复内容