PDA

View Full Version : Pls help



archanaanbu
February 22nd, 2011, 09:57 AM
Hi, am developeing application in java. here wat i have to do is to highlight words in text file. ie) i have one text file and same content in audio file. when i open the text file audio should play n it should highlight the word in text file on which audio plays. for eg) i have text file with content " hello world". i have same audio file saying "hello world". now when i open text file and click audio, and if audio says hello, hello should highlight in text file, then audio says world, world should highlight in text file. how to do this. can u please suggest some idea. thanks.

s.fox
February 22nd, 2011, 11:39 AM
Thread moved to Programming Talk (http://ubuntuforums.org/forumdisplay.php?f=39)

Additionally, is this a school assignment?

An Sanct
February 22nd, 2011, 12:29 PM
Well, I'd say javax.speech.recognition, so take a look at this docs (http://java.sun.com/products/java-media/speech/forDevelopers/jsapi-guide/Recognition.html).