15238N/A<!DOCTYPE REFENTRY PUBLIC "-//Sun Microsystems//DTD DocBook V3.0-Based SolBook Subset V2.0//EN" [
15238N/A<!--ArborText, Inc., 1988-1999, v.4002-->
15238N/A<!--ARC : LSARC 2006/202 GNOME 2.14-Vermillion-->
15238N/A<!ENTITY cmd "espeak-synthesis-driver">
15238N/A<!ENTITY % commonents SYSTEM "smancommon.ent">
15238N/A%commonents;
15238N/A<!ENTITY % booktitles SYSTEM "booktitles.ent">
15238N/A%booktitles;
15238N/A<!ENTITY suncopy "Copyright (c) 2008 Sun Microsystems, Inc. All Rights Reserved.">
15238N/A]>
15238N/A
15238N/A<?Pub UDT _bookmark _target>
15238N/A<?Pub Inc>
15238N/A
15238N/A<refentry id="espeak-synthesis-driver-3">
15238N/A<!-- %Z%%M% %I% %E% SMI; -->
15238N/A
15238N/A<refmeta>
15238N/A<refentrytitle>&cmd;</refentrytitle>
15238N/A<manvolnum>1</manvolnum>
15238N/A<refmiscinfo class="date">22 Oct 2008</refmiscinfo>
15238N/A<refmiscinfo class="sectdesc">&man1;</refmiscinfo>
15238N/A<refmiscinfo class="software">&release;</refmiscinfo>
15238N/A<refmiscinfo class="arch">generic</refmiscinfo>
15238N/A<refmiscinfo class="copyright">&suncopy;</refmiscinfo>
15238N/A</refmeta>
15238N/A
15238N/A
15238N/A<indexterm><primary>&cmd;</primary></indexterm>
15238N/A<indexterm><primary>Accessibility Toolkit API</primary></indexterm>
15238N/A
15238N/A
15238N/A<refnamediv id="espeak-synthesis-driver-1-name">
15238N/A<refname>&cmd;</refname>
15238N/A<refpurpose>build GNOME Speech driver for eSpeak synthesis engines</refpurpose>
15238N/A</refnamediv>
15238N/A
15238N/A<!--------------------------------------------------------------------------------------------------SH-->
15238N/A<refsect1 id="espeak-synthesis-driver-1-desc">
15238N/A<title>DESCRIPTION</title>
15238N/A
15238N/A<para>
15238N/AThe GNOME Speech contains a standard API for communicating with various text-to-speech engines.
15238N/AIt hides the differences in the implementation, API, and markups used by the various engines
15238N/Aby defining an API that accommodates all the standard features of most speech engines,
15238N/Aand some of the more obscure features supported by some engines.
15238N/A</para>
15238N/A
15238N/A<para>
15238N/AAnd GNOME Speech driver(like freetts-synthesis-driver)implementations proxy the standard API,
15238N/Awhich is defined in IDL, to the various commands and markup language of a particular engine(like freetts).
15238N/A</para>
15238N/A
15238N/A<para>
15238N/AThis commond is building GNOME Speech driver for eSpeak engine.
15238N/AThe GNOME Speech driver for eSpeak will be built if the eSpeak libraries are found in the standard locations.
15238N/AIf the eSpeak software is installed in a nonstandard location,
15238N/Ayou can specify the root of the eSpeak installation with the --with-espeak-dir option.
15238N/A</para>
15238N/A</refsect1>
15238N/A
15238N/A<!--------------------------------------------------------------------------------------------------SH-->
15238N/A<refsect1 id="espeak-synthesis-driver-1-file">
15238N/A<title>FILES</title>
15238N/A
15238N/A<para>The following files are used by this library:
15238N/A</para>
15238N/A
17593N/A<variablelist termlength="wholeline">
15238N/A<varlistentry>
15238N/A<term><filename>/user/lib/libespeak.so</filename></term>
17593N/A<listitem><para>
17593N/AThe eSpeak libraries are required the GNOME Speech driver for eSpeak.
17593N/A</para></listitem>
15238N/A</varlistentry>
15238N/A</variablelist>
15238N/A</refsect1>
15238N/A
15238N/A<!--------------------------------------------------------------------------------------------------SH-->
15238N/A<refsect1 id="espeak-synthesis-driver-1-attr">
15238N/A<title>ATTRIBUTES</title>
15238N/A
15238N/A<para>See
15238N/A<olink targetdocent="REFMAN5" localinfo="attributes-5">
15238N/A<citerefentry><refentrytitle>attributes</refentrytitle><manvolnum>5</manvolnum></citerefentry>
15238N/A</olink>
15238N/Afor descriptions of the following attributes:
15238N/A</para>
15238N/A
15238N/A<informaltable frame="all">
15238N/A<tgroup cols="2" colsep="1" rowsep="1">
15238N/A<colspec colname="COLSPEC0" colwidth="1*">
15238N/A<colspec colname="COLSPEC1" colwidth="1*">
15238N/A<thead>
15238N/A<row>
15238N/A<entry align="center" valign="middle">ATTRIBUTE TYPE</entry>
15238N/A<entry align="center" valign="middle">ATTRIBUTE VALUE</entry>
15238N/A</row>
15238N/A</thead>
15238N/A<tbody>
15238N/A<row>
15238N/A<entry><para>Availability</para></entry>
18745N/A<entry><para>gnome/speech/gnome-speech</para></entry>
15238N/A</row>
15238N/A<row>
15238N/A<entry colname="COLSPEC0"><para>Interface stability</para></entry>
15238N/A<entry colname="COLSPEC1"><para>Volatile</para></entry>
15238N/A</row>
15238N/A</tbody>
15238N/A</tgroup>
15238N/A</informaltable>
15238N/A</refsect1>
15238N/A
15238N/A<!--------------------------------------------------------------------------------------------------SH-->
15238N/A<refsect1 id="espeak-synthesis-driver-1-also">
15238N/A<title>SEE ALSO</title>
15238N/A
15238N/A<!--Reference to another man page-->
15238N/A<para>
15238N/A<citerefentry><refentrytitle>attributes</refentrytitle><manvolnum>5</manvolnum></citerefentry>
15238N/A</para>
15238N/A</refsect1>
15238N/A
15238N/A<!--------------------------------------------------------------------------------------------------SH-->
15238N/A<refsect1 id="espeak-synthesis-driver-1-hist">
15238N/A<title>HISTORY</title>
15238N/A
15238N/A<para>
15238N/AOctober 17 2008:
15238N/AOriginally written by Yue Wang (Yue.Wang@Sun.COM).
15238N/A</para>
15238N/A</refsect1>
15238N/A
15238N/A<!--------------------------------------------------------------------------------------------------SH-->
15238N/A
15238N/A
15238N/A
15238N/A
15238N/A
15238N/A
15238N/A</refentry>
15238N/A
15238N/A
15238N/A
15238N/A
15238N/A
15238N/A
15238N/A
15238N/A
15238N/A