mirror of
https://github.com/thestk/stk
synced 2026-01-13 13:01:52 +00:00
56 lines
3.9 KiB
HTML
56 lines
3.9 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"> <img src="ccrma.gif"><P>
|
|
<a class="qindex" href="index.html">Home</a> <a class="qindex" href="information.html">Information</a> <a class="qindex" href="classes.html">Classes</a> <a class="qindex" href="download.html">Download</a> <a class="qindex" href="usage.html">Usage</a> <a class="qindex" href="maillist.html">Mail List</a> <a class="qindex" href="system.html">Requirements</a> <a class="qindex" href="links.html">Links</a> <a class="qindex" href="tutorial.html">Tutorial</a></CENTER>
|
|
<HR>
|
|
<!-- Generated by Doxygen 1.2.8.1 -->
|
|
<h1>Phonemes Class Reference</h1>STK phonemes table.
|
|
<a href="#_details">More...</a>
|
|
<p>
|
|
<code>#include <<a class="el" href="Phonemes_8h-source.html">Phonemes.h</a>></code>
|
|
<p>
|
|
<a href="classPhonemes-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
|
|
<tr><td colspan=2><br><h2>Static Public Methods</h2></td></tr>
|
|
<tr><td nowrap align=right valign=top><a name="d0" doxytag="Phonemes::name"></a>
|
|
const char* </td><td valign=bottom><a class="el" href="classPhonemes.html#d0">name</a> (unsigned int index)</td></tr>
|
|
<tr><td> </td><td><font size=-1><em>Returns the phoneme name for the given index (0-31).</em></font><br><br></td></tr>
|
|
<tr><td nowrap align=right valign=top><a name="d1" doxytag="Phonemes::voiceGain"></a>
|
|
MY_FLOAT </td><td valign=bottom><a class="el" href="classPhonemes.html#d1">voiceGain</a> (unsigned int index)</td></tr>
|
|
<tr><td> </td><td><font size=-1><em>Returns the voiced component gain for the given phoneme index (0-31).</em></font><br><br></td></tr>
|
|
<tr><td nowrap align=right valign=top><a name="d2" doxytag="Phonemes::noiseGain"></a>
|
|
MY_FLOAT </td><td valign=bottom><a class="el" href="classPhonemes.html#d2">noiseGain</a> (unsigned int index)</td></tr>
|
|
<tr><td> </td><td><font size=-1><em>Returns the unvoiced component gain for the given phoneme index (0-31).</em></font><br><br></td></tr>
|
|
<tr><td nowrap align=right valign=top><a name="d3" doxytag="Phonemes::formantFrequency"></a>
|
|
MY_FLOAT </td><td valign=bottom><a class="el" href="classPhonemes.html#d3">formantFrequency</a> (unsigned int index, unsigned int partial)</td></tr>
|
|
<tr><td> </td><td><font size=-1><em>Returns the formant frequency for the given phoneme index (0-31) and partial (0-3).</em></font><br><br></td></tr>
|
|
<tr><td nowrap align=right valign=top><a name="d4" doxytag="Phonemes::formantRadius"></a>
|
|
MY_FLOAT </td><td valign=bottom><a class="el" href="classPhonemes.html#d4">formantRadius</a> (unsigned int index, unsigned int partial)</td></tr>
|
|
<tr><td> </td><td><font size=-1><em>Returns the formant radius for the given phoneme index (0-31) and partial (0-3).</em></font><br><br></td></tr>
|
|
<tr><td nowrap align=right valign=top><a name="d5" doxytag="Phonemes::formantGain"></a>
|
|
MY_FLOAT </td><td valign=bottom><a class="el" href="classPhonemes.html#d5">formantGain</a> (unsigned int index, unsigned int partial)</td></tr>
|
|
<tr><td> </td><td><font size=-1><em>Returns the formant gain for the given phoneme index (0-31) and partial (0-3).</em></font><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>
|
|
<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>©1995-2002 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
|
|
</table>
|
|
|
|
</BODY>
|
|
</HTML>
|