espressif / esp-sr

Speech recognition
Other
576 stars 106 forks source link

PinYin output in esp_mn_results_t->string (AIS-1691) #117

Closed mike-2020 closed 2 months ago

mike-2020 commented 2 months ago

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.