summaryrefslogtreecommitdiffstats
path: root/project.h
diff options
context:
space:
mode:
authorYour Name <you@example.com>2019-02-26 13:21:29 +0000
committerYour Name <you@example.com>2019-02-26 13:21:29 +0000
commit89aa56f25116fc642928f352c14fe2d485532749 (patch)
treef3e74785601c2d9daca159e049cdd3be4089aec1 /project.h
parent9b0002fc40f4d8b97cf2064910a9ded467f29276 (diff)
downloadgen_msf-89aa56f25116fc642928f352c14fe2d485532749.tar.gz
gen_msf-89aa56f25116fc642928f352c14fe2d485532749.tar.bz2
gen_msf-89aa56f25116fc642928f352c14fe2d485532749.zip
working sync and audio
Diffstat (limited to 'project.h')
-rw-r--r--project.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/project.h b/project.h
index 9492bac..f6ad552 100644
--- a/project.h
+++ b/project.h
@@ -6,7 +6,12 @@
#include <sys/time.h>
#include <string.h>
#include <strings.h>
+#include <unistd.h>
+#include <math.h>
+#define KHZ(a) ((a)*1000)
+#define SAMPLE_RATE KHZ(48)
+#define CARRIER KHZ(20)
#include "time_fn.h"