Home Information Classes Download Usage Mail List Requirements Links Tutorial
#include <Phonemes.h>
Inheritance diagram for Phonemes:
This class does nothing other than declare a set of 32 static phoneme formant parameters and provide access to those values.
by Perry R. Cook and Gary P. Scavone, 1995 - 2004.
Definition at line 18 of file Phonemes.h.
Static Public Member Functions | |
const char * | name (unsigned int index) |
Returns the phoneme name for the given index (0-31). | |
StkFloat | voiceGain (unsigned int index) |
Returns the voiced component gain for the given phoneme index (0-31). | |
StkFloat | noiseGain (unsigned int index) |
Returns the unvoiced component gain for the given phoneme index (0-31). | |
StkFloat | formantFrequency (unsigned int index, unsigned int partial) |
Returns the formant frequency for the given phoneme index (0-31) and partial (0-3). | |
StkFloat | formantRadius (unsigned int index, unsigned int partial) |
Returns the formant radius for the given phoneme index (0-31) and partial (0-3). | |
StkFloat | formantGain (unsigned int index, unsigned int partial) |
Returns the formant gain for the given phoneme index (0-31) and partial (0-3). |
The Synthesis ToolKit in C++ (STK) |
©1995-2004 Perry R. Cook and Gary P. Scavone. All Rights Reserved. |