forked from kripken/speak.js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdocindex.html
67 lines (63 loc) · 2.44 KB
/
docindex.html
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>eSpeak Speech Synthesizer</title>
<meta name="GENERATOR" content="Quanta Plus">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<table border="1" cellpadding="10" background="images/sand-light.jpg" width="100%">
<tbody>
<tr>
<td width="15%">
<a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=159649&type=2" width="125" height="37" border="0" alt="SourceForge.net Logo" /></a>
</td>
<td>
<div align="center"><h1>eSpeak - Documents</h1></div>
</td>
</tr>
<tr>
<td valign="top">
<font size="+1"><strong>
<A href="index.html">Home</A>
<p>
<A href="commands.html">Usage</A>
<p>
<A href="languages.html">Languages</A>
</strong></font>
</td>
<td>
<h3><A href="voices.html">Voice Files</A></h3>
Voice files specify a language and other characteristics of a voice.
<h3><A href="mbrola.html">Mbrola Voices</A></h3>
eSpeak can be used as a front-end for Mbrola diphone voices.
<h3><A href="dictionary.html">Pronunciation Dictionary</A></h3>
<ul>
<li>How to add pronunciation corrections.
<li>How to build up pronunciation rules for a new language.
</ul><p>
<h3><A href="add_language.html">Adding a Language</A></h3>
How to add or improve a language.
<h3><A href="phonemes.html">Phonemes</A></h3>
The list of phoneme mnemonics for English, for use in the Pronunciation Dictionary.
<h3><A href="phontab.html">Phoneme Tables</A></h3>
The tables of the phonemes used by each language, with their properties and sound production.
<h3><A href="intonation.html">Intonation</A></h3>
Different intonation "tunes" may be defined for different languages for clauses which end in full-stop, comma, question-mark, and exclamation-mark.
<h3><A href="speak_lib.h">eSpeak Libary API</A></h3>
API definition and header file for a shared library version of eSpeak.
<h3><A href="ssml.html">Markup tags</A></h3>
SSML (Speech Synthesis Markup Language) and HTML tags recognized by eSpeak.
<h3><A href="editor.html">The espeakedit program</A></h3>
GUI software to edit vowel files and to compile the phoneme data for use by eSpeak.<br>
<ul>
<li><a href="editor_if.html">espeakedit program GUI details</a>
<li><a href="analyse.html">Analysing sound recordings</a>
<li><a href="makephonemes.html">Adjusting phoneme data</a> (to be written)
</ul>
</td>
</tr>
</tbody>
</table>
</body>
</html>