Closed zola2333 closed 3 years ago
decode方法的else里面 list_words = list_words_2 如果list_words长度为0,还是会遍历完所有的语音字符串长度 这里要不要break一下 if len(list_words) == 0: break
如果确认逻辑是可行的话,可以这样修改一下
你可以看一下那个地方,其实对正常逻辑的语音影响不是很大,对很难识别的就提升还行
好的
decode方法的else里面 list_words = list_words_2 如果list_words长度为0,还是会遍历完所有的语音字符串长度 这里要不要break一下 if len(list_words) == 0: break