better sounds
This commit is contained in:
parent
034f9fb200
commit
94216f59d7
149 changed files with 3034 additions and 1485 deletions
3
say.c
3
say.c
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue