MaixPy-v1 icon indicating copy to clipboard operation
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

Open deby13 opened this issue 5 years ago • 2 comments

if yes, can you point me to an example how to

deby13 avatar Oct 07 '20 19:10 deby13

  1. https://github.com/sipeed/MaixPy_scripts/tree/master/multimedia/audio
  2. https://github.com/sipeed/MaixPy_scripts/blob/master/multimedia/speech_recognizer/isolated_word.py

junhuanchen avatar Oct 21 '20 14:10 junhuanchen

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.

deby13 avatar Oct 22 '20 12:10 deby13