Click here to Skip to main content
15,881,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
SQL
I have managed to create Speech to Text app which takes the users input and then inserts it into a textbox.

My next goal is to split the words spoken and insert that into the textbox. For example if the user says King Henry 2001 - the app extracts the first two characters of each word (KH) and any numbers (KH2001).

I have used the code for speech recognition from this site: http://www.androidhive.info/2014/07/android-speech-to-text-tutorial/

Is this possible?

Thank You
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900