diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-05-20 19:18:16 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-05-20 19:18:16 +0200 |
commit | 768fc9d49096aa8a8247f31ec8d5b8dd09d6b0ad (patch) | |
tree | 6c0a6b36cc975bd55047eeac8aec5f04647dd336 /fw/fe310/test/phone.c | |
parent | 42d5c7be2c6bea5c03f55f43ad34b4bc28d50bcc (diff) |
camera test app
Diffstat (limited to 'fw/fe310/test/phone.c')
-rw-r--r-- | fw/fe310/test/phone.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fw/fe310/test/phone.c b/fw/fe310/test/phone.c index c447234..74936a1 100644 --- a/fw/fe310/test/phone.c +++ b/fw/fe310/test/phone.c @@ -23,8 +23,8 @@ #include "status.h" #include "phone.h" -#define ABUF_SIZE 512 -#define MIC_WM 128 +#define ABUF_SIZE 128 +#define MIC_WM 64 static uint8_t mic_arr[ABUF_SIZE]; static uint8_t spk_arr[ABUF_SIZE]; |