|
@@ -13079,7 +13079,7 @@ Blockly.Python['speech_recognition_phonetic_to_pinyin_set_param'] = function (bl
|
|
|
}
|
|
|
a = a.map(r => [r, 0.1])
|
|
|
Blockly.Python.definitions_.speech_recognition_phonetic_to_pinyin_setup_def = `asr = _maix_speech.Asr()
|
|
|
-asr.open("hw:0,0", "/home/ASR/CocoPi_Asr_Model/CocoPi_Asr_Model_V2.1")
|
|
|
+asr.open("hw:0,0", "/root/preset/drivers/ASR/CocoPi_Asr_Model/CocoPi_Asr_Model_V2.1")
|
|
|
asr.clear()
|
|
|
|
|
|
asr_kws_result=[0,0] #获取识别结果及识别概率
|