Boxlite aec (#465)

* 允许espbox-lite打开aec
微信模式使用小字体

* 软件回声消除

* 支持双麦采集

---------

Co-authored-by: cqm <cqm@97kid.com>
This commit is contained in:
mtdxc
2025-04-10 17:06:15 +08:00
committed by GitHub
parent 18e44ec775
commit f1ad29be3b
6 changed files with 61 additions and 26 deletions

View File

@@ -3,10 +3,10 @@
#include <driver/gpio.h>
#define AUDIO_INPUT_SAMPLE_RATE 24000
#define AUDIO_OUTPUT_SAMPLE_RATE 24000
#define AUDIO_INPUT_SAMPLE_RATE 16000
#define AUDIO_OUTPUT_SAMPLE_RATE 16000
#define AUDIO_INPUT_REFERENCE true
#define AUDIO_INPUT_REFERENCE CONFIG_USE_AUDIO_PROCESSOR
#define AUDIO_I2S_GPIO_MCLK GPIO_NUM_2
#define AUDIO_I2S_GPIO_WS GPIO_NUM_47