i am developing a desktop application using java. this application is for school kid to teach English, where user can upload some English audio can be in any format which need to be converted into text file. where they can read the text.
I've found some api but i am not sure about them.
http://cmusphinx.sourceforge.net/wiki/
I've seen many question on stackoverflow regarding this but none was helpful. if someone can help on this will be very greatful
thank you
There is any Java API's for Converting audio to text, Video to audio, Image to PDF, Captured photo to PDf. So if there is any API's then tell me or Send me.... you should ask on question in one link that is helpful. System.out.println ("---------?????-----------"); java code to convert video to audio....
Create an object of AudioInputStream by using AudioSystem.getAudioInputStream (File file). AudioInputStream converts an audio file into stream. Get a clip reference object from AudioSystem.
Play Audio using Clip. Clip is a java interface available in javax.sound.sampled package and introduced in Java7. Following steps are to be followed to play a clip object. Create an object of AudioInputStream by using AudioSystem.getAudioInputStream (File file). AudioInputStream converts an audio file into stream.
A sound file format is represented in the Java Sound API by an AudioFileFormat object. The AudioFileFormat includes an AudioFormat object to describe the format of the audio data stored in the file, and also includes information about the file type and the length of the data in the file.
There are many technologies and services available to perform speech recognition. For an intro to some of the choices see https://stackoverflow.com/a/6351055/90236.
I'm not sure that the results will be acceptable for teaching children English as a second language, but it is worth trying.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With