better sounds
This commit is contained in:
parent
034f9fb200
commit
94216f59d7
149 changed files with 3034 additions and 1485 deletions
|
|
@ -92,6 +92,14 @@
|
|||
FT_PHONEME(Z) \
|
||||
FT_PHONEME(ZH)
|
||||
|
||||
#define FT_PHONEME(X) , FT_P_##X
|
||||
enum FT_PHONEME_ENUM {
|
||||
FT_P_NONE = 0,
|
||||
FT_P_SPACE,
|
||||
FT_P_IGNORE FT_PHONEMES
|
||||
};
|
||||
#undef FT_PHONEME
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue