Voice Recognition
Is there a way in java for recognizing voice. For example the program should first capture the different commands of the user, then when the program hear those commands again, it should write "Hello" to console. Is there a way for recognising voice in java, can you advise any good tutorials or sample codes, thanks.

