Open GoogleCodeExporter opened 9 years ago
of course, please replace "ok google" with "ok glass" :)
Original comment by moshe.sc...@gmail.com
on 16 Jun 2014 at 8:23
Actually it is already doable with XE19 by using SpeechRecognizer
and setting the wanted commands this way:
// Voice Engine extra params for SpeechRecognizer
mSpeechIntent.putExtra( "voiceConfigName", "YourTag" ); // GlassSpeechRecognizer.EXTRA_VOICE_CONFIG_NAME
// Limit commands
mSpeechIntent.putExtra( "extraVoiceCommands", mCommands ); // GlassSpeechRecognizer.EXTRA_VOICE_COMMANDS
with String[] mCommands
=> The case can be closed if and only if the GlassSpeechRecognizer constants
are made public!!
Original comment by eric.am...@gmail.com
on 20 Aug 2014 at 1:44
Any news for this issue? I haven't try eric solution yet, is it still working?
Original comment by rizki....@gmail.com
on 8 Apr 2015 at 4:32
Original issue reported on code.google.com by
moshe.sc...@gmail.com
on 16 Jun 2014 at 8:21