Sophie

Sophie

distrib > Mandriva > 2010.2 > x86_64 > by-pkgid > 79c9ab370fef894753510ec7cb3261ed > files > 34

gstreamer0.10-plugins-bad-doc-0.10.18-3mdv2010.1.x86_64.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>festival</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="GStreamer Bad Plugins 0.10 Plugins Reference Manual">
<link rel="up" href="ch01.html" title="gst-plugins-bad Elements">
<link rel="prev" href="gst-plugins-bad-plugins-faad.html" title="faad">
<link rel="next" href="gst-plugins-bad-plugins-flacparse.html" title="flacparse">
<meta name="generator" content="GTK-Doc V1.13 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="ch01.html" title="gst-plugins-bad Elements">
<link rel="chapter" href="ch02.html" title="gst-plugins-bad Plugins">
<link rel="chapter" href="ch03.html" title="gst-plugins-bad Classes">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="gst-plugins-bad-plugins-faad.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GStreamer Bad Plugins 0.10 Plugins Reference Manual</th>
<td><a accesskey="n" href="gst-plugins-bad-plugins-flacparse.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#gst-plugins-bad-plugins-festival.synopsis" class="shortcut">Top</a>
                   | 
                  <a href="#gst-plugins-bad-plugins-festival.description" class="shortcut">Description</a>
                   | 
                  <a href="#gst-plugins-bad-plugins-festival.object-hierarchy" class="shortcut">Object Hierarchy</a>
</td></tr>
</table>
<div class="refentry" title="festival">
<a name="gst-plugins-bad-plugins-festival"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="gst-plugins-bad-plugins-festival.top_of_page"></a>festival</span></h2>
<p>festival — Synthesizes plain text into audio</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv" title="Synopsis">
<a name="gst-plugins-bad-plugins-festival.synopsis"></a><h2>Synopsis</h2>
<a name="GstFestival"></a><pre class="synopsis">                    <a class="link" href="gst-plugins-bad-plugins-festival.html#GstFestival-struct" title="GstFestival">GstFestival</a>;
</pre>
</div>
<div class="refsect1" title="Object Hierarchy">
<a name="gst-plugins-bad-plugins-festival.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
  <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
   +----<a href="/usr/share/gtk-doc/html/gstreamer-0.10/GstObject.html">GstObject</a>
         +----<a href="/usr/share/gtk-doc/html/gstreamer-0.10/GstElement.html">GstElement</a>
               +----GstFestival
</pre>
</div>
<div class="refsect1" title="Description">
<a name="gst-plugins-bad-plugins-festival.description"></a><h2>Description</h2>
<p>
This element connects to a
<a class="ulink" href="http://www.festvox.org/festival/index.html" target="_top">festival</a>
server process and uses it to synthesize speech. Festival need to run already
in server mode, started as </p>
<pre class="screen">festival --server</pre>
<p>
</p>
<p>
</p>
<div class="refsect2" title="Example pipeline">
<a name="id371239"></a><h3>Example pipeline</h3>
<div class="informalexample">
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
    <tbody>
      <tr>
        <td class="listing_lines" align="right"><pre>1</pre></td>
        <td class="listing_code"><pre class="programlisting">echo <span class="string">'Hello G-Streamer!'</span> <span class="symbol">|</span> gst<span class="symbol">-</span>launch fdsrc fd<span class="symbol">=</span><span class="number">0</span> <span class="symbol">!</span> festival <span class="symbol">!</span> wavparse <span class="symbol">!</span> audioconvert <span class="symbol">!</span> alsasink</pre></td>
      </tr>
    </tbody>
  </table>
</div>

</div>
</div>
<div class="refsect1" title="Details">
<a name="gst-plugins-bad-plugins-festival.details"></a><h2>Details</h2>
<div class="refsect2" title="GstFestival">
<a name="GstFestival-struct"></a><h3>GstFestival</h3>
<pre class="programlisting">typedef struct _GstFestival GstFestival;</pre>
<p>
</p>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.13</div>
</body>
</html>