forked from xiaozhi/xiaozhi-esp32
Boxlite aec (#465)
* 允许espbox-lite打开aec 微信模式使用小字体 * 软件回声消除 * 支持双麦采集 --------- Co-authored-by: cqm <cqm@97kid.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user