Search code examples
javaofflinegoogle-glassspeech

Speech recognition on google glass offline


I am trying to make an offline application on google glass using the speech recognition. Indeed, my application should understand the command "Next", said at anytime, in order to launch an action. My application should work offline, so I would like to use a dictionnary / words list.

(Development in Java)

Are there any issues for my problem ?

Thank in advance.

Cheers.


Solution

  • answered here already: Glass voice command nearest match from given list

    more code here: https://github.com/pscholl/glass_snippets/tree/master/hotword_detection