diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-10-16 22:55:45 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-10-16 22:55:45 +0300 |
commit | b1b7c92aa96af5502f276819b628b05d54f4655c (patch) | |
tree | 6a04459dc7128fd4259356a88785defeab678b30 /src/typedef.h | |
parent | 675ded0d66b9fd60777d3037ded1446a3f9ef986 (diff) |
nearly works
Diffstat (limited to 'src/typedef.h')
-rw-r--r-- | src/typedef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/typedef.h b/src/typedef.h index a8871fd..a875116 100644 --- a/src/typedef.h +++ b/src/typedef.h @@ -2,6 +2,6 @@ #define TYPEDEF_H #define BUF_CAP 65536 -#define REC_CAP 2940 // second of audio +#define REC_CAP 5880 // 30th of a second of audio #endif |