I want to write a program that will start a thread when a is heard. I would imagine a grammar list might help to achieve this, but wouldn't the keyword be triggered all the time? (I only want the keyword to start a thread). I already have voice input (link) implemented but you need to send the audio sample to a server for analysis which would prove costly and impractical for ambient listening. Any suggestions?
Asked
Active
Viewed 128 times
0
-
2Begin by researching java voice recognition libraries. Asking for a comparison between libraries might get you more here, but I'd read reviews elsewhere too. – William Morrison Jul 15 '13 at 01:43
-
This is the current library I am using if it helps. [link](https://github.com/The-Shadow/java-speech-api) – Skylion Jul 15 '13 at 14:54
-
Post it in your question – William Morrison Jul 15 '13 at 17:52