uSpeech
uSpeech copied to clipboard
I got some trouble with getting tuned threshold values on ESP32 based on mongoose os!!!
When I test the module using the uSpeech library on arduino, I got some right tunning values (threshold and etc) according to debug_uSpeech app.ino for the library to provide and guide on wiki(https://github.com/arjo129/uSpeech/wiki).
Then I ported the library and the debug_uSpeech app to mongoose os based on esp32 module and I succeeded to get some variable analog adc values from the mic sensor module.
But I coudn't get some right tuning values on mongoose os env.. because I was not able to see the definite different values according to tuning items from the ported debug_uSpeech app. Anyway, when I say some sounds into the mic, from analog adc to the values for uSpeech lib. to guide did not seem to variate differently definitely. So I was not able to tune it and get some tuning values such as threshold.
please let me know what is the problem...