I am a final year engineering student and as part of my final year
project i want to develop a speech recognition software using neural
nets in java. The final output should be a software which carries out
basic system commands (like shut down,open cd-rom drive, format fdd
etc) using only commands given on the system mic.. such software may
already exist but this is my effort. What i want to know is :->
1) is there a package in java which can enable me to use the system
mic. ?
2) how do i execute windows commands once i have finally translated
the voice into text commands? (this is not java related but still if
you could help me...)
...any other advice on how to then access the audio file that
contains the command and discern distinct words would prove
invaluable to me...