Is it possible to create a speech command library within Android. So that the app will listen and respond from a given library? I do this In Windows , grammar with the system.speech.recognition. This doesn't seem to be supported with Mono. I can't find this functionality within Xamarin Android or I am just being thick!!! LOL Thx
Answers
@GlennErler
Of course, it is possible to create a speech command library within Android.
At present, there are many mature libraries of voice/speech which have been used.
example: PocketSphinx
link : https://cmusphinx.github.io/2011/05/building-pocketsphinx-on-android/
Besides, check this link: http://en.wikipedia.org/wiki/List_of_speech_recognition_software
It lists many libraries and soft of dealing with speech/voice recognition/synthesis.
Hope you will achieve what you want.