aboutsummaryrefslogtreecommitdiffstats
path: root/utils.hpp
blob: e4d0fa9dc8973ea02a63e6b7370f23c1b8f35e3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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)

#define __UTILS_H_
#endif // __UTILS_H_