xutao
xutao
可以用 IDF 5.4 试试 问题是在 IDF 5.3 中, esp-adf 与 esp32-camera 默认依赖的 I2C 驱动是不一样的
Hi @rwrozelle We will copy the config_instance of type i2s_std_x_gpio_config_t to i2s_key_slot[i2s->port].x_std_cfg, then call the i2s_channel_init_std_mode function.
Hi @vasilerares We will to call **i2s_channel_init_pdm_rx_mode** to inittialize this Pin
Hi @vasilerares Is there still a problem updating ESP ADF to master ?
Hi @Monkeystation Thank you for your suggestion. Indeed, we currently need to check whether the audio file has been updated. We will consider how to optimize this part of the...
可以使用 _audio_sys_get_real_time_stats_ 函数看一下各个 task 的实际负载
1.关于 esp-box , 如果使用单声道的话 是 RM 2.这个不能和 korvo 一样设置 mic3的增益, 硬件的结构不一样 3. AEC 只能处理 16bit 的音频, 如果你看到 32bit, 那是应为将 32bit 拆成两个 16bit
@casitelwithdean box 是支持 AEC 的。 box 是可以支持 单麦和双麦的 单麦的话, 配置为 32bit, 单通道, 读到的数据作为 16bit, 双通道处理, 数据量是一样的 双麦的话, 配置为 32bit, 双通道, 读到的数据作为 16bit, 四通道处理, 数据量也是一样的 这样处理的原因是 es7210 需要配置成 TDM 模式, 但是...
@yuezhao-ali 可以简单贴一下你的代码
现在已有[ESP32-S3-Korvo-2](https://dl.espressif.com/dl/schematics/SCH_ESP32-S3-Korvo-2_V3.1.2_20240116.pdf) 就是使用的 TCA9554, 可以参考一下, ADF 里面也有实现。