oreobird
oreobird
控件丢失
画好的控件布局和写好的事件响应,保存后直接丢失了!!! Waste of Time !!!!
Trying to make button invisible using Fun.SetTKAttrib(uiName,'Button_39','visible','Hidden'), but I can not get what I want.
I use esp-idf-v5.1.1 and esp-adf-master-1f275b5 to run speach_reconigization application on ESP32-S3-BOX-3. The recorder sr config as follows: ``` recorder_sr_cfg_t sr_cfg = DEFAULT_RECORDER_SR_CFG(); sr_cfg.afe_cfg.memory_alloc_mode = AFE_MEMORY_ALLOC_MORE_PSRAM; sr_cfg.afe_cfg.afe_mode = SR_MODE_HIGH_PERF; // SR_MODE_LOW_COST;...
I notice that AFE only supports Single Mic and Dual Mic as audio input. Is there any plan to support multi MICs like a four MIC array as input and...