Skip to content
New issue

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

PinYin output in esp_mn_results_t->string (AIS-1690) #116

Open
mike-2020 opened this issue Aug 31, 2024 · 2 comments
Open

PinYin output in esp_mn_results_t->string (AIS-1690) #116

mike-2020 opened this issue Aug 31, 2024 · 2 comments

Comments

@mike-2020
Copy link

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.

@github-actions github-actions bot changed the title PinYin output in esp_mn_results_t->string PinYin output in esp_mn_results_t->string (AIS-1690) Aug 31, 2024
@mike-2020
Copy link
Author

Any update on this? PinYin output could be useful because it can be interpreted/understood by LLM.

@sun-xiangyu
Copy link
Contributor

Hi @mike-2020 ,
Without a fixed vocabulary, the accuracy of the output pinyin will be greatly reduced.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@mike-2020 @sun-xiangyu and others