diff options
Diffstat (limited to 'utils.hpp')
-rw-r--r-- | utils.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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) |