Search code examples
javavoice

Search Data by voice recognition instead of typing in text box


Hi I have an application build on java where i can search book detail by entering its code in text box. Now i want perform same operation with voice recognition instead of typing. I have spend a lot of time on google i found many API like free ts Sphinx 4 etc. But didn't find any suitable example. Can any one suggest me latest API or provide me link having example. Currently i am doing search by entering code of book in text box and i get book detail. e.g 201 gives me xyz book.

Instead of typing i will say "201" and it will provide me book detail. I want to fill text box by voice.


Solution

  • Voice recognition is itself a big industry, someone can speak in native language, others can say two zero one or two hundred one and many other combinations.Again its an application - web based / mobile based / desktop based the API features will be according.