Pankaj-Baranwal / pocketsphinx

Updated ROS bindings to pocketsphinx
BSD 3-Clause "New" or "Revised" License
38 stars 25 forks source link

Voice Recognition #8

Closed jasirjasir closed 6 years ago

jasirjasir commented 6 years ago

Can We use pocketPhinx Library for continuous Voice recognition like amazone Alexa.

mdalzin commented 6 years ago

Yes, you could take advantage of hotword listening using keyword mode. I would go check the official documentation at https://cmusphinx.github.io/wiki/tutoriallm/#keyword-lists.

Pankaj-Baranwal commented 6 years ago

Yes, you can.
IF you are using ROS (which this repo depends on), you can run the launch/continuous.launch of this repo file to use pocketsphinx for "Alexa"-style continuous voice recognition.