This commit is contained in:
Nishi 2026-05-23 12:59:16 +09:00
commit 52478dd94d
141 changed files with 4397 additions and 2945 deletions

View file

@ -1,6 +1,6 @@
#include <fishtalk_phon.h>
#define FT_IS_SKIPPABLE(x) ((x) == ' ' || (x) == '\t')
#define FT_IS_SKIPPABLE(x) ((x) == ' ' || (x) == '\t' || (x) == ',' || (x) == '\'')
struct ft_handle {
FT_SAMPLE_PROC sample;