-
Notifications
You must be signed in to change notification settings - Fork 10
General questions
Q: What is Benson?
A: Benson is a voice control program specifically designed for the Udoo Quad.
Q: How does Benson work?
A: Benson uses CMUSphinx for keyword spotting and the Android SpeechRecognizer API to handle recognition tasks.
Q: Can Benson work on any Android device?
A: In theory, Benson is compatible with any device running Android 4.1 or greater; however, no support will be given for any device other than the Udoo Quad.
Q: How do I create new modules for Benson?
A: Check out the module tutorial for information about creating modules.
Q: Can Benson control more than a LED?
A: Of course! The Arduino sketch provided in this project was directly copied from the Udoo Android tutorial in order to demonstrate basic GPIO handling via the Android ADK. Benson can control anything that the Arduino DUE can operate.
Q: Can Benson utilize native Android APIs?
A: Yes. This is the primary reason for shifting Benson's lexicon from a separate file parsed on start-up to Java class modules.