/usr/share/doc/flite/html/index.html is in flite 1.4-release-8.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html401/loose.dtd">
<html>
<!-- Created on January 10, 2014 by texi2html 1.82
texi2html was written by:
Lionel Cons <Lionel.Cons@cern.ch> (original author)
Karl Berry <karl@freefriends.org>
Olaf Bachmann <obachman@mathematik.uni-kl.de>
and many others.
Maintained by: Many creative people.
Send bugs and suggestions to <texi2html-bug@nongnu.org>
-->
<head>
<meta name="description" content="Flite: a small, fast speech synthesis engine: Table of Contents">
<ADDRESS>by <A HREF="http://www.cs.cmu.edu/~awb/">Alan W Black</A> and <A HREF="http://www.cs.cmu.edu/~lenzo/">Kevin A. Lenzo</A></ADDRESS>
<ADDRESS><A HREF="http://www.speech.cs.cmu.edu">Speech Group at Carnegie Mellon University</A></ADDRESS>
<HR>
Full distribution with sources and this document
<A HREF="http://cmuflite.org/packed/flite-1.4/flite-1.4-release.tar.gz">flite-1.4-release.tar.gz</A><br>
PDF version of this document alone
<A HREF="flite.pdf">flite.pdf</A>
<br>
Updates and news on Flite will be posted on
<A HREF="http://cmuflite.org">http://cmuflite.org</A>
</P>
<P>
NOTE: this document is incomplete
</P>
<HR>
<meta name="keywords" content="Flite: a small, fast speech synthesis engine: Table of Contents">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2html 1.82">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.smallquotation {font-size: smaller}
pre.display {font-family: serif}
pre.format {font-family: serif}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: serif; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: serif; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.roman {font-family:serif; font-weight:normal;}
span.sansserif {font-family:sans-serif; font-weight:normal;}
ul.toc {list-style: none}
-->
</style>
</head>
<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<a name="SEC_Contents"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="flite.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of contents">Contents</a>]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="flite_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<h1>Table of Contents</h1>
<div class="contents">
<ul class="toc">
<li><a name="toc-Abstract-1" href="flite_1.html#Abstract">1. Abstract</a></li>
<li><a name="toc-Copying-1" href="flite_2.html#Copying">2. Copying</a></li>
<li><a name="toc-Acknowledgements-1" href="flite_3.html#Acknowledgements">3. Acknowledgements</a></li>
<li><a name="toc-Installation-1" href="flite_4.html#Installation">4. Installation</a>
<ul class="toc">
<li><a name="toc-Windows-Support" href="flite_4.html#Windows-Support">4.1 Windows Support</a></li>
<li><a name="toc-Window-CE-Support" href="flite_4.html#Window-CE-Support">4.2 Window CE Support</a></li>
<li><a name="toc-PalmOS-Support" href="flite_4.html#PalmOS-Support">4.3 PalmOS Support</a>
<ul class="toc">
<li><a name="toc-Some-notes-on-the-PalmOS-port" href="flite_4.html#Some-notes-on-the-PalmOS-port">4.3.1 Some notes on the PalmOS port</a></li>
<li><a name="toc-Using-the-PalmOS" href="flite_4.html#Using-the-PalmOS">4.3.2 Using the PalmOS</a></li>
</ul>
</li>
</ul></li>
<li><a name="toc-Flite-Design-1" href="flite_5.html#Flite-Design">5. Flite Design</a>
<ul class="toc">
<li><a name="toc-Background" href="flite_5.html#Background">5.1 Background</a></li>
<li><a name="toc-Key-Decisions" href="flite_5.html#Key-Decisions">5.2 Key Decisions</a></li>
</ul></li>
<li><a name="toc-Structure" href="flite_6.html#Structure">6. Structure</a>
<ul class="toc">
<li><a name="toc-cst_005fval" href="flite_6.html#cst_005fval">6.1 cst_val</a></li>
</ul></li>
<li><a name="toc-APIs-1" href="flite_7.html#APIs">7. APIs</a>
<ul class="toc">
<li><a name="toc-flite-binary" href="flite_7.html#flite-binary">7.1 flite binary</a></li>
<li><a name="toc-Voice-selection" href="flite_7.html#Voice-selection">7.2 Voice selection</a></li>
<li><a name="toc-C-example" href="flite_7.html#C-example">7.3 C example</a></li>
<li><a name="toc-Public-Functions" href="flite_7.html#Public-Functions">7.4 Public Functions</a></li>
<li><a name="toc-Streaming-Synthesis" href="flite_7.html#Streaming-Synthesis">7.5 Streaming Synthesis</a></li>
</ul></li>
<li><a name="toc-Converting-FestVox-Voices-1" href="flite_8.html#Converting-FestVox-Voices">8. Converting FestVox Voices</a>
<ul class="toc">
<li><a name="toc-Cocantenative-Voice-Building" href="flite_8.html#Cocantenative-Voice-Building">8.1 Cocantenative Voice Building</a></li>
<li><a name="toc-Statistical-Voice-Building" href="flite_8.html#Statistical-Voice-Building">8.2 Statistical Voice Building</a></li>
<li><a name="toc-Lexicon-Conversion" href="flite_8.html#Lexicon-Conversion">8.3 Lexicon Conversion</a></li>
<li><a name="toc-Language-Conversion" href="flite_8.html#Language-Conversion">8.4 Language Conversion</a></li>
</ul></li>
<li><a name="toc-Porting-to-new-platforms" href="flite_9.html#Porting-to-new-platforms">9. Porting to new platforms</a></li>
<li><a name="toc-Future-developments" href="flite_10.html#Future-developments">10. Future developments</a></li>
</ul>
</div>
<hr size="1">
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="flite.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of contents">Contents</a>]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="flite_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<p>
<font size="-1">
This document was generated by <em>Build Daemon user</em> on <em>January 10, 2014</em> using <a href="http://www.nongnu.org/texi2html/"><em>texi2html 1.82</em></a>.
</font>
<br>
</p>
</body>
</html>
|