tts正式地址
语音合成接口http://tts.baidu.com/text2audio不能用了么,是不是现在只能使用https...
iOS 语音识别 命令词引擎语法文件路径
NSString* gramm_filepath = [[NSBundle mainBundle] pathForResource:@"bds_easr_gramm" ofType:@"dat"];;
NSString* lm_filepath = [[NSBundle mainBundle] pathForResource:@"bds_easr_basi...
自己录得音语音识别总是出错,格式在下面。
//设置音频格式 format.setSampleRate(16000);//采样率 format.setChannelCount(1);//声道数目 1:平声道 2:立体声 format.setSampleSize(16);//一次采样多少 form...
使用QT调用百度语音合成出现502错误
url=http://tsn.baidu.com/text2audio?&lan=zh&cuid=000000&ctp=1&tok=24.bffd05ff1c8a4a201c5f17adb9551682.2592000.*****.*****&pit=8&per=3&tex=%E4%BD%A0%E5%A5%BD"
报错信息:\"err_d...
iOS文字转语音在线识别切换发音人无效
您好,我自己集成iOS切换发音人设置无效。只是默认女发声。请问哪里的问题?
-(void)configureSDK{
NSLog(@"TTS version info: %@", [BDSSpeechSynthe...
百度语音识别万年返回逗号
{"corpus_no":"6579860396617602352","err_msg":"success.","err_no":0,"result":["锛?],"sn":"610229606281531
为啥万年返回逗号哦!
混淆后无法语音识别,错误码3001。
前提是用eclipse做的混淆。混淆前可以识别没问题,加入”-keep class com.baidu.speech.**{*;}“混淆后报如下错误:(运行时录音权限已经取得)...