mirror of
https://github.com/thestk/stk
synced 2026-01-18 23:21:53 +00:00
Version 4.4.0
This commit is contained in:
committed by
Stephen Sinclair
parent
d199342e86
commit
eccd8c9981
@@ -6,13 +6,15 @@
|
||||
set of 32 static phoneme formant parameters
|
||||
and provide access to those values.
|
||||
|
||||
by Perry R. Cook and Gary P. Scavone, 1995 - 2007.
|
||||
by Perry R. Cook and Gary P. Scavone, 1995 - 2009.
|
||||
*/
|
||||
/***************************************************/
|
||||
|
||||
#include "Phonemes.h"
|
||||
#include <iostream>
|
||||
|
||||
namespace stk {
|
||||
|
||||
const char Phonemes :: phonemeNames[32][4] =
|
||||
{"eee", "ihh", "ehh", "aaa",
|
||||
"ahh", "aww", "ohh", "uhh",
|
||||
@@ -292,3 +294,5 @@ StkFloat Phonemes :: formantGain( unsigned int index, unsigned int partial )
|
||||
}
|
||||
return phonemeParameters[index][partial][2];
|
||||
}
|
||||
|
||||
} // stk namespace
|
||||
|
||||
Reference in New Issue
Block a user