fflush stdout per-frame

master
mach327 2020-09-01 10:59:35 -04:00
parent cebb200227
commit 62cab0822a
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored 100644
View File

@ -0,0 +1,2 @@
*.o
m17_udp_listener

1
main.c
View File

@ -145,6 +145,7 @@ int main(int argc, char *argv[])
else
printf("%c", (uint8_t)(speech_buff[i/2]>>8));
}
fflush(stdout);
}
/*fp=fopen("out.raw", "a");