Skip to content

需要额外下载ESP-SR组件??? (AIS-2129) #163

@Irving-LJP

Description

@Irving-LJP

Checklist

  • Checked the issue tracker for similar issues to ensure this is not a duplicate
  • Read the documentation to confirm the issue is not addressed there and your configuration is set correctly
  • Tested with the latest version to ensure the issue hasn't been fixed

How often does this bug occurs?

always

Expected behavior

我使用ESP-IDF 搭配VSCode开发,创建了新的工程,并使用了esp-skainet的components,使用esp-skainet\examples\wake_word_detection\afe中的例程作为测试项目,正常应该编译通过

Actual behavior (suspected bug)

编译提示未找到 "esp_wn_iface.h" "esp_wn_models.h" "esp_afe_sr_models.h""esp_mn_iface.h"等多个文件

Image

Error logs or terminal output

D:/Temp_code/ESP-IDF/esp-skainet-afe_test/main/main.c:12:10: fatal error: esp_wn_iface.h: No such file or directory
   12 | #include "esp_wn_iface.h"
      |          ^~~~~~~~~~~~~~~~
compilation terminated.

Steps to reproduce the behavior

1.使用VSCode中的ESP-IDF创建工程,添加esp-skainet components
2.设置好sdkconfig
3.将esp-skainet\examples\wake_word_detection\afe中的main.c添加进来
4.编译

Project release version

master

System architecture

Intel/AMD 64-bit (modern PC, older Mac)

Operating system

Windows

Operating system version

Windows 10

Shell

ZSH

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions