Voice input in java | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Voice input in java

I am making a program in java. In which user give input in form of voice command. I didn't find anything on internet any suggestions

9th Mar 2021, 2:46 PM
Harsh Pandey
Harsh Pandey - avatar
1 ответ
0
You should've used Google, i found some interesting links. 1 - http://www.ling.helsinki.fi/~gwilcock/Tartu-2003/L7-Speech/JSAPI/Recognition.html 2 - http://honors.cs.umd.edu/reports/cmasuoka_HonorsProjectReport.pdf 3 - http://puneetk.com/speech-recognizer-in-java-tutorial You can work around with those to get a voice command system.
11th Mar 2021, 11:40 AM
Carbon
Carbon - avatar