Encyclopedia > JSML

  Article Content

JSML

JSML is an acronym used to indicate the Java Speech API Markup Language Specification. JSML is an XML application and conforms to the requirements of well-formed XML documents. It is sometimes known colloquially as JSpeech.

JSML is primarily an XML text format used by applications to annotate text input to speech synthesizers. Elements of JSML provide speech synthesizer with detailed information on how to speak text in a naturalized fashion.

JSML defines elements which define a document's structure, the pronunciation of certain words and phrases, features of speech such as emphasis and intonation, etc. JSML is designed in the Java fashion to be simple to learn and use, to be portable across different synthesizers and computing platforms, and although designed for use within the java programming language is also applicable to a wide range of languages. An example of how JSML is defined is set out below:


 <jsml> 
 
 
This block about <literal>JSML</literal> is constructed as a <emphasis><literal> JSML </emphasis></literal> example.

 </div> 

 </jsml> 


External Link: http://java.sun.com/products/java-media/speech/forDevelopers/JSML/

NB: A public domain (BSD style license), open source, speech synthesizer engine, written in Java, FreeTTS, is available from http://freetts.sourceforge.net/docs/index.php



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Great River, New York

... of age or older. The average household size is 3.04 and the average family size is 3.36. In the town the population is spread out with 29.0% under the age of 18, 5.0% from ...

 
 
 
This page was created in 24.6 ms