android - Algorithm for very simple voice/speech recognition -


i'm writing game google glass, unfortunately speechrecognizer api isn't available on current builds on google glass gdk.

so i've been thinking implementing algorithm simple voice recognition. let's want recognize only: "yes" , "no".
know example code or helpful resources me in implementing ?
hard should drop idea , go big frameworks cmusphinx ?

what recognizing: up, down, right, left or numbers 1 10 ?

as know, there used transition frequency domain fast fourier transform (fft) , analyzing. need dictionary of speeched words frequency correlation.

please see links:

cmu sphinx have java implementation.

david wagner have article , matlab implementation.

p.s. ohh, if speak in russian, why don't read this article - simple, java examples.

p.p.s. honestly, never use framework, if have superficial knowledge speech recognition, robust , easyest way use existing complete solutions frameworks or libraries, otherwise need spend time possess necessary knowledge threshold. in case can read this article.


Comments

Popular posts from this blog

css - I want to align grid in center -

python - SWIG function not printing output -

android - trying to open the sdcard's .txt file in my EditText -