我使用的服务是:语音识别REST API
调用的接口是:AipSpeech
参数设置情况:
stream = get_file_content('D:/workdoc/julive/speech_demo/audio/test.wav')result = aipSpeech.asr(stream,'wav',8000,{'lan':'zh'})
开发平台和机型:Windows10, Alien Ware
SDK版本号:1.6.6.0
代码或日志截图(上传截图能帮助您更快解决问题):
复现步骤、现象及其他描述:
收藏
点赞
0
个赞
请登录后评论
TOP
切换版块
我把语音文件对应的采样率改成16000,就解决了。。。。
sereneeye:
我使用的服务是:语音识别REST API
调用的接口是:AipSpeech
参数设置情况:
stream = get_file_content('D:/workdoc/julive/speech_demo/audio/test.wav')result = aipSpeech.asr(stream,'wav',8000,{'lan':'zh'})
开发平台和机型:Windows10, Alien Ware
SDK版本号:1.6.6.0
代码或日志截图(上传截图能帮助您更快解决问题):
复现步骤、现象及其他描述:
回复sereneeye:请使用下 http://yuyin.baidu.com/docs/asr/57 里的示例音频测试