You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
导致states[i]->result_all为空,无法获取asr结果
// combine results into result_state->result_all from all other states
for (int i = 0; i < n_processors - 1; ++i) {
auto& results_i = states[i]->result_all;
代码上无法asr的结果。
本来想加上,奈何水平有限,不了解sencevoice的结构,加不了。
辛苦lovemefan加上。
The text was updated successfully, but these errors were encountered:
目前只在日志中打印的asr的文字结果,
printf("%s", ctx.vocab.id_to_token[id].c_str());
但并没有把结果写入states[i]->result_all
导致states[i]->result_all为空,无法获取asr结果
// combine results into result_state->result_all from all other states
for (int i = 0; i < n_processors - 1; ++i) {
auto& results_i = states[i]->result_all;
本来想加上,奈何水平有限,不了解sencevoice的结构,加不了。
辛苦lovemefan加上。
The text was updated successfully, but these errors were encountered: