We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I observed that esp_mn_results_t->string would contain PinYin output if: (1) a command word is detected; (2)mn_state is ESP_MN_STATE_TIMEOUT.
How can I get PinYin output even no command word is detected? Converting speech audio to PinYin is useful for my use case.
The text was updated successfully, but these errors were encountered:
Any update on this? PinYin output could be useful because it can be interpreted/understood by LLM.
Sorry, something went wrong.
Hi @mike-2020 , Without a fixed vocabulary, the accuracy of the output pinyin will be greatly reduced.
No branches or pull requests
I observed that esp_mn_results_t->string would contain PinYin output if: (1) a command word is detected; (2)mn_state is ESP_MN_STATE_TIMEOUT.
How can I get PinYin output even no command word is detected? Converting speech audio to PinYin is useful for my use case.
The text was updated successfully, but these errors were encountered: