Javaspeechapi

Info. pertaining to Java Speech API.

Question from JavaRanch on 25Dec2007 Tuesday.

Answers from Ulf Dittmer:

Where can I get Java Speech API
The Java Speeach API home page is at http://java.sun.com/products/java-media/speech/

Note that the API defines interfaces for speech synthesis (i.e. text-to-speech) and speech recognition (speech-to-text). It does not come with an implementation of either. Open source solutions for speech synthesis are available, but not to my knowledge for speech recognition.

what is the difference between Java Speech API and Java sound API?
Sound is about recording, altering and playback of soundwaves, while Speech deals with conversion of text to soundwaves and vice versa. It is probably built on top of the Sound API.

is it inbuilt with java Standard edition 6?
No.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Share Alike 2.5 License.