better sounds

This commit is contained in:
Nishi 2026-05-23 12:19:22 +09:00
commit 94216f59d7
149 changed files with 3034 additions and 1485 deletions

View file

@ -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