汉字注音也读不对怎么办?
比如下面这段,读到“得(de5)自动转(zhuan3)幻(huan4)”时,“转(zhuan3)”就出错了。
汉(han4)芒(mang2)帆(fan1)亿(yi4)戏(xi4)统(tong3)能(neng2)购(go...
跨域访问问题怎么解决
Failed to load https://aip.baidubce.com/oauth/2.0/token: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:9527' is therefore n...
请问这个问题怎么解决???
{"error":"unsupported_grant_type","error_description":"The authorization grant type is not supported"}
怎么实现识别本地声音文件
protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); speechRecognizer = SpeechRecognizer.crea...
Streaming ASR 输出是流式,怎么能接收流式输入?
github.com/PaddlePaddle/PaddleSpeech/blob/develop/demos/streaming_asr_server/README.md 上面的示例里客户侧两种用法都是只能输入整个音频文件,但是demo vid...