aboutsummaryrefslogtreecommitdiffstats
path: root/utils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils.hpp')
-rw-r--r--utils.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/utils.hpp b/utils.hpp
index 813c597..e4d0fa9 100644
--- a/utils.hpp
+++ b/utils.hpp
@@ -1,5 +1,11 @@
#ifndef __UTILS_H_
+#include <cstddef>
+
+const size_t samps_per_buffer = 20480;
+const size_t samplerate = 2048000;
+
+
#include <cstdio>
#define MDEBUG(fmt, args...) fprintf (stderr, fmt , ## args)