From eff1e5ed9ea43ad2adb679ed0d56566fb7488f53 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sun, 8 Sep 2024 18:18:35 +0800 Subject: Sampling rate. --- esp32/main/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'esp32') diff --git a/esp32/main/main.c b/esp32/main/main.c index a1e6fda..e5a2767 100644 --- a/esp32/main/main.c +++ b/esp32/main/main.c @@ -18,8 +18,8 @@ #include "wifi.h" -#define BUFLEN 2100 -#define SAMPLE_RATE 8000 +#define BUFLEN 2100 +#define SAMPLE_RATE 8000 #define I2S_WS GPIO_NUM_4 #define I2S_SD GPIO_NUM_1 -- cgit v1.2.3