Wish: Speech recognition

Jim Brown

Active Member
Licensed User
Longtime User
I would dearly like a library to handle speech recognition
The library would launch the speech recognition intent and return the results in a string. Something along the lines of:
B4X:
Dim sp As SpeechRecognition

..

sp.Listen ' start the listening process (modal-based)
Log("You said " & sp.Text)
 

Rusty

Well-Known Member
Licensed User
Longtime User
Speech recognition

I tried the VR as you suggested. I'm using the Android 2.2 (API level 8), emulator and apparently VR is not supported. Can you advise? Thanks
 

susu

Well-Known Member
Licensed User
Longtime User
Erel, can you add an example using Voice Recognition? Thank you.
 

Rusty

Well-Known Member
Licensed User
Longtime User
Thanks, Erel,
In order for the example to compile, I had to add the phone library. Which emulator supports VR , if any?
 

Rusty

Well-Known Member
Licensed User
Longtime User
No problem. I saw your previous post saying is was live device only.
On that note, given that I'm creating several applications and one is on an ePad, is there an ePad you have had good results from that you might recommend that allows application installation in a testing environment?
thanks,
 
Top