aboutsummaryrefslogtreecommitdiff
path: root/src/typedef.h
blob: a875116b0effad3903efb78dc4c2b117d262502b (plain)
1
2
3
4
5
6
7
#ifndef TYPEDEF_H
#define TYPEDEF_H

#define BUF_CAP 65536
#define REC_CAP 5880 // 30th of a second of audio

#endif