T5 3.12.14 温控器demo AEC如何关闭

Wi-Fi 设备、蜂窝设备、WuKongAI、开发板、TuyaOS 移植等


Post Reply
18932397313
Posts: 16

aec如何关闭,没有找到接口

愚者千虑必有一得
Posts: 750

Re: T5 3.12.14 温控器demo AEC如何关闭

tkl_ai_init 接口里。你要干什么,关闭aec我们没有验证过。

Code: Select all

OPERATE_RET tkl_ai_init(TKL_AUDIO_CONFIG_T *pconfig, INT32_T count)
{
    int ret;

bk_printf("audio trace: %s %d\r\n", __func__, __LINE__);
if (pconfig == NULL)
    return OPRT_INVALID_PARM;

aud_voc_setup.aec_enable = 1;
...
}
Post Reply