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

@ -13,6 +13,8 @@ struct ft_handle {
char cmd_buffer[16 * 1024];
long cmd_buffer_size;
short audio_buffer[128]; /* FIXME: maybe increase? */
};
/* cmd.c */
@ -21,3 +23,6 @@ void ft_cmd_main(FT_HANDLE handle, const char* buffer, long length);
/* phon.c */
void ft_phon_main(FT_HANDLE handle, const char* buffer, long length);
/* synth.c */
void ft_synth_main(FT_HANDLE handle, int ph);