MaixPy-v1
MaixPy-v1 copied to clipboard
Can I recognize sound, like clap or whistle, with Maixpy bit mic ? if yes, can you point me to an example how to
if yes, can you point me to an example how to
- https://github.com/sipeed/MaixPy_scripts/tree/master/multimedia/audio
- https://github.com/sipeed/MaixPy_scripts/blob/master/multimedia/speech_recognizer/isolated_word.py
Thanks a lot for your response. I couldn't figure out, thou, where the speechrecognizer come from, precisely the line "from modules import speechrecognizer" I know how to use it in Python but how can I import it in Micropython? sory if this is a dumb question, but I'm still learning. I would appreciate your help very much.