 
    
   
Home   Information   Classes   Download   Usage   Mail List   Requirements   Links   FAQ   Tutorial
   29   static const char *
name( 
unsigned int index );
 
   41   static StkFloat 
formantRadius( 
unsigned int index, 
unsigned int partial );
 
   44   static StkFloat 
formantGain( 
unsigned int index, 
unsigned int partial );
 
   48   static const char phonemeNames[][4];
 
   49   static const StkFloat phonemeGains[][2];
 
   50   static const StkFloat phonemeParameters[][4][3];
 
  
static StkFloat formantFrequency(unsigned int index, unsigned int partial)
Returns the formant frequency for the given phoneme index (0-31) and partial (0-3).
static StkFloat voiceGain(unsigned int index)
Returns the voiced component gain for the given phoneme index (0-31).
static StkFloat noiseGain(unsigned int index)
Returns the unvoiced component gain for the given phoneme index (0-31).
static const char * name(unsigned int index)
Returns the phoneme name for the given index (0-31).
static StkFloat formantRadius(unsigned int index, unsigned int partial)
Returns the formant radius for the given phoneme index (0-31) and partial (0-3).
The STK namespace.
Definition: ADSR.h:6
static StkFloat formantGain(unsigned int index, unsigned int partial)
Returns the formant gain for the given phoneme index (0-31) and partial (0-3).
STK phonemes table.
Definition: Phonemes.h:21
STK base class.
Definition: Stk.h:133