语音识别的配额不够怎么办?
50000次/天的配额不够用 怎么办?如果是在离线状态,达到50000次后,会自动转为离线模式吗?(注:采样率设置为16000)
iOS集成语音合成时,xcode编译报错
'Unknown attribute kind (45)Unknown attribute kind (45)Unknown attribute kind (45)', using libLTO version 'Apple LLVM 7.0.0 (clang-700.1.76)' for architecture arm64
clang: error: l...
Android语音识别一直返回错误信息
Intent recognizerIntent = new Intent();recognizerIntent.putExtra("sample", 8000);recognizerIntent.putExtra("sound_start", R.raw.bdspeech_recognition_start);recognizerIntent.putExtr...
播放语音时报错,求高手解答下
在播放语言的时候报如下的错误信息
11-24 16:13:34.638: W/AsyncHttpResponseHandler(7706): Current thread has not called Looper.prepare(). Forcing synchronous mode.
11...
百度语音识别demol不错,求帮忙!
Undefined symbols for architecture x86_64:
"GetLicense(char const*, char const*, char const*)", referenced from:
-[BDVROfflineEngine licenseFromServer] in libBDVoiceRec...
百度语音合成 初始化出错
int result = mSpeechSynthesizer.loadEnglishModel(mSampleDirPath + "/" + ENGLISH_TEXT_MODEL_NAME, mSampleDirPath + "/" + ENGLISH_SPEECH_FEMALE_MODEL_NA...