Formant data of vowel sounds. More...
#include <FormantData.h>
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. |
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.
enum Phoneme |
enum Voice |