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

#define BUF_CAP 65536
#define REC_CAP 2940 // second of audio

#endif