Gamma  0.9.5
Generic Synthesis Library
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Vowel Class Reference

Formant data of vowel sounds. More...

#include <FormantData.h>

List of all members.

Public Types

enum  Voice { MAN = 0, WOMAN = 1, CHILD = 2 }
 Voice types. More...
enum  Phoneme {
  HEED = 0, HID = 1, HEAD = 2, HAD = 3,
  HOD = 4, HAWED = 5, HOOD = 6, WHOD = 7,
  HUD = 8, HEARD = 9
}
 Phonemes. More...

Static Public Member Functions

static float amp (Voice v, Phoneme p, int i)
 Get amplitude of filter.
static float dB (Voice v, Phoneme p, int i)
 Get amplitude, in decibels, of filter.
static float freq (Voice v, Phoneme p, int i)
 Get center frequency of filter.
static float pitch (Voice v, Phoneme p, int i)
 Get fundamental frequency of voice.

Detailed Description

Formant data of vowel sounds.

Peterson, G.E., and H.L. Barney, "Control Methods Used in a Study of the Vowels," Journal of the Acoustical Society of America, vol. 24, 1952.


Member Enumeration Documentation

enum Phoneme

Phonemes.

Enumerator:
HEED 
HID 
HEAD 
HAD 
HOD 
HAWED 
HOOD 
WHOD 
HUD 
HEARD 
enum Voice

Voice types.

Enumerator:
MAN 
WOMAN 
CHILD 

The documentation for this class was generated from the following file: