Use thread to record and playback wave files without blocking

This commit is contained in:
Andreas Eversberg
2017-02-25 06:29:09 +01:00
parent f689244f98
commit 04fd1ddcea
5 changed files with 245 additions and 44 deletions

View File

@@ -21,6 +21,7 @@
#include <stdint.h>
#include <string.h>
#include <math.h>
#include <pthread.h>
#include "sample.h"
#include "sender.h"