Search found 2 matches

by usKNOW
Fri Jul 26, 2024 6:43 am
Forum: ESP-ADF 中文讨论版
Topic: ESP32-LyraT-Mini_V1.2 运行例程 OPUS编码无法重采样无法设置为单声道
Replies: 1
Views: 2243

ESP32-LyraT-Mini_V1.2 运行例程 OPUS编码无法重采样无法设置为单声道

rsp_filter_cfg_t rsp_file_cfg = DEFAULT_RESAMPLE_FILTER_CONFIG(); rsp_file_cfg.src_rate = SAMPLE_RATE; rsp_file_cfg.src_ch = 2; rsp_file_cfg.dest_rate = SAMPLE_RATE; rsp_file_cfg.dest_ch = 1; rsp_file_cfg.complexity = 0; rsp_file_cfg.down_ch_idx = 1; audio_element_handle_t resample = rsp_filter_ini...
by usKNOW
Mon Jul 01, 2024 7:36 am
Forum: ESP-IDF 中文讨论版
Topic: ESP-ADF工程构建出现问题 ERROR: Cannot establish a connection to the component registry. Are you connected to the inter
Replies: 1
Views: 1331

ESP-ADF工程构建出现问题 ERROR: Cannot establish a connection to the component registry. Are you connected to the inter

具体报错信息如下:求大佬指点一下如何解决 ---------------------------ERROR-------------------------- CMake Error at C:/Espressif/frameworks/esp-idf-v5.2.2/tools/cmake/build.cmake:544 (message): ERROR: Cannot establish a connection to the component registry. Are youconnected to the internet? URL: https://components-file...