Release 4.2.0 tarball

This commit is contained in:
Gary Scavone
2013-09-29 23:39:37 +02:00
committed by Stephen Sinclair
parent fe20fe92a2
commit de344668dd
347 changed files with 16972 additions and 8538 deletions

View File

@@ -9,12 +9,22 @@
<a class="qindex" href="index.html">Home</a> &nbsp; <a class="qindex" href="information.html">Information</a> &nbsp; <a class="qindex" href="classes.html">Classes</a> &nbsp; <a class="qindex" href="download.html">Download</a> &nbsp; <a class="qindex" href="usage.html">Usage</a> &nbsp; <a class="qindex" href="maillist.html">Mail List</a> &nbsp; <a class="qindex" href="system.html">Requirements</a> &nbsp; <a class="qindex" href="links.html">Links</a> &nbsp; <a class="qindex" href="tutorial.html">Tutorial</a></CENTER>
<HR>
<!-- Generated by Doxygen 1.3.4 -->
<h1>Phonemes Class Reference</h1>STK phonemes table.
<a href="#_details">More...</a>
<h1>Phonemes Class Reference</h1><code>#include &lt;<a class="el" href="Phonemes_8h-source.html">Phonemes.h</a>&gt;</code>
<p>
<code>#include &lt;<a class="el" href="Phonemes_8h-source.html">Phonemes.h</a>&gt;</code>
<p>Inheritance diagram for Phonemes:
<p><center><img src="classPhonemes.png" usemap="#Phonemes_map" border="0" alt=""></center>
<map name="Phonemes_map">
<area href="classStk.html" alt="Stk" shape="rect" coords="0,0,70,24">
</map>
<a href="classPhonemes-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
STK phonemes table.
<p>
<a href="classPhonemes-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
This class does nothing other than declare a set of 32 static phoneme formant parameters and provide access to those values.<p>
by Perry R. Cook and Gary P. Scavone, 1995 - 2004.
<p>
<p>
Definition at line <a class="el" href="Phonemes_8h-source.html#l00018">18</a> of file <a class="el" href="Phonemes_8h-source.html">Phonemes.h</a>.<table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
<tr><td colspan=2><br><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="e0" doxytag="Phonemes::name" ></a>
@@ -22,40 +32,32 @@ const char *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" hre
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the phoneme name for the given index (0-31). <br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="e1" doxytag="Phonemes::voiceGain" ></a>
MY_FLOAT&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classPhonemes.html#e1">voiceGain</a> (unsigned int index)</td></tr>
StkFloat&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classPhonemes.html#e1">voiceGain</a> (unsigned int index)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the voiced component gain for the given phoneme index (0-31). <br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="e2" doxytag="Phonemes::noiseGain" ></a>
MY_FLOAT&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classPhonemes.html#e2">noiseGain</a> (unsigned int index)</td></tr>
StkFloat&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classPhonemes.html#e2">noiseGain</a> (unsigned int index)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the unvoiced component gain for the given phoneme index (0-31). <br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="e3" doxytag="Phonemes::formantFrequency" ></a>
MY_FLOAT&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classPhonemes.html#e3">formantFrequency</a> (unsigned int index, unsigned int partial)</td></tr>
StkFloat&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classPhonemes.html#e3">formantFrequency</a> (unsigned int index, unsigned int partial)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the formant frequency for the given phoneme index (0-31) and partial (0-3). <br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="e4" doxytag="Phonemes::formantRadius" ></a>
MY_FLOAT&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classPhonemes.html#e4">formantRadius</a> (unsigned int index, unsigned int partial)</td></tr>
StkFloat&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classPhonemes.html#e4">formantRadius</a> (unsigned int index, unsigned int partial)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the formant radius for the given phoneme index (0-31) and partial (0-3). <br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="e5" doxytag="Phonemes::formantGain" ></a>
MY_FLOAT&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classPhonemes.html#e5">formantGain</a> (unsigned int index, unsigned int partial)</td></tr>
StkFloat&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classPhonemes.html#e5">formantGain</a> (unsigned int index, unsigned int partial)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the formant gain for the given phoneme index (0-31) and partial (0-3). <br><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
STK phonemes table.
<p>
This class does nothing other than declare a set of 32 static phoneme formant parameters and provide access to those values.<p>
by Perry R. Cook and Gary P. Scavone, 1995 - 2002.
<p>
<p>
Definition at line <a class="el" href="Phonemes_8h-source.html#l00018">18</a> of file <a class="el" href="Phonemes_8h-source.html">Phonemes.h</a>.<hr>The documentation for this class was generated from the following file:<ul>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="Phonemes_8h-source.html">Phonemes.h</a></ul>
<HR>
<table>
<tr><td><A HREF="http://www-ccrma.stanford.edu/software/stk/"><I>The Synthesis ToolKit in C++ (STK)</I></A></td></tr>
<tr><td><A HREF="http://ccrma.stanford.edu/software/stk/"><I>The Synthesis ToolKit in C++ (STK)</I></A></td></tr>
<tr><td>&copy;1995-2004 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
</table>