Chapter 1: Introduction to Java Speech API


The Java Speech API (JSAPI) helps you design speech-enabled Java applications and provides support for speech synthesizers, command and control recognizers, and dictation systems. JSAPI is a part of the Java Media API, which enhances the functioning of Java applications by using audio, video, animation, graphics, and images.

This chapter describes the JSAPI technologies and packages that help you create speech-enabled applications for converting text to speech.

The two main speech technologies supported by JSAPI are:

  • Speech Synthesis: Converts the input text to speech.

  • Speech Recognition: Converts the input audio to text.

Speech Synthesis

The speech synthesis technology helps you develop Java applications that convert text to speech. This process of converting text to speech is known as Text To Speech (TTS) conversion.

The various phases in TTS conversion are:

  1. Formation analysis: The speech synthesizer analyzes the input text to determine the start and end of paragraphs, sentences, and words.

  2. Text analysis: The speech synthesizer identifies the text for special language constructs, such as abbreviations, date, time, e-mail address, and credit card number.

  3. Text-to-phoneme conversion: The speech synthesizer converts each unit of text to phonemes. A phoneme is a unit of sound. Different languages have varied sets of sounds and phonemes.

  4. Wave format production: The phoneme generated in the previous phase generates the audio waveform. Generation of an audio waveform occurs for each unit of text.




Java InstantCode. Developing Applications using Java Speech API
Java InstantCode. Developing Applications using Java Speech API
ISBN: N/A
EAN: N/A
Year: 2004
Pages: 46

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net