aboutsummaryrefslogtreecommitdiff
path: root/src/typedef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/typedef.h')
-rw-r--r--src/typedef.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/typedef.h b/src/typedef.h
new file mode 100644
index 0000000..a8871fd
--- /dev/null
+++ b/src/typedef.h
@@ -0,0 +1,7 @@
+#ifndef TYPEDEF_H
+#define TYPEDEF_H
+
+#define BUF_CAP 65536
+#define REC_CAP 2940 // second of audio
+
+#endif