Files
stk/doc/html/classPhonemes.html
2013-09-29 23:39:37 +02:00

66 lines
4.7 KiB
HTML

<HTML>
<HEAD>
<TITLE>The Synthesis ToolKit in C++ (STK)</TITLE>
<LINK HREF="doxygen.css" REL="stylesheet" TYPE="text/css">
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<CENTER>
<img src="princeton.gif"> &nbsp; <img src="ccrma.gif"> &nbsp; <img src="mcgill.gif"><P>
<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><code>#include &lt;<a class="el" href="Phonemes_8h-source.html">Phonemes.h</a>&gt;</code>
<p>
<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>
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>
const char *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classPhonemes.html#e0">name</a> (unsigned int index)</td></tr>
<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>
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>
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>
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>
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>
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>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://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>
</BODY>
</HTML>