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

3
say.c
View file

@ -1,7 +1,8 @@
#include <fishtalk.h>
static void sample(FT_HANDLE handle, short* wave, long length){
fwrite(wave, length, 1, stdout);
fwrite(wave, 2 * length, 1, stdout);
fflush(stdout);
}
int main(int argc, char** argv){