aboutsummaryrefslogtreecommitdiff
path: root/src/typedef.h
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2022-08-31 12:31:38 +0300
committerkartofen <mladenovnasko0@gmail.com>2022-08-31 12:31:38 +0300
commit675ded0d66b9fd60777d3037ded1446a3f9ef986 (patch)
tree6db3f0524437304f9e5a7b90175e3f6b043d4d49 /src/typedef.h
Big Bang
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