wangkaisine / mrcp-plugin-with-freeswitch

使用FreeSWITCH接受用户手机呼叫,通过UniMRCP Server集成讯飞开放平台(xfyun)插件将用户语音进行语音识别(ASR),并根据自定义业务逻辑调用语音合成(TTS),构建简单的端到端语音呼叫中心。
307 stars 151 forks source link

open QTTSAudioGet failed, error code: 10407. #9

Open lihang1870719 opened 5 years ago

lihang1870719 commented 5 years ago

您好,我按照这个教程在集成讯飞的开放平台SDK的时候,运行之后提示open QTTSAudioGet failed, error code: 10407. 开放平台选择的是linux平台,服务是语音听写和在线语音合成。开放平台的论坛上说是不支持mrcp,不太理解。

wangkaisine commented 5 years ago

查一下讯飞10407错误码具体是什么错误吧,一般是SDK没有替换相应的文件,用户鉴权失败的原意。就是因为讯飞不支持mrcp才需要自己写代码去封装啊。

lihang notifications@github.com 于2019年1月15日周二 下午2:53写道:

您好,我按照这个教程在集成讯飞的开放平台SDK的时候,运行之后提示open QTTSAudioGet failed, error code:

  1. 开放平台选择的是linux平台,服务是语音听写和在线语音合成。开放平台的论坛上说是不支持mrcp,不太理解。

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/wangkaisine/mrcp-plugin-with-freeswitch/issues/9, or mute the thread https://github.com/notifications/unsubscribe-auth/AQwX-pEqqXlOJMNpfMMBJCHvb9nXOq0qks5vDXr3gaJpZM4aAWZt .

lihang1870719 commented 5 years ago

嗯,解决了,appid忘记换了,换完就可以了,还有问题请教下,我在这个demo里面可以做一些验权,校验的操作么?