esp-sr/test_apps
2023-11-17 15:31:52 +08:00
..
esp-sr feat: Add first noise suppression model (nsnet1) for ESP32-S3 2023-11-17 15:31:52 +08:00
esp-tts Add target test for esp-tts 2023-07-14 16:21:16 +08:00
.build-rules.yml ci: Add esp32 build 2023-11-10 16:47:32 +08:00
build_apps.py feat(afe):add cpu loading test. 2023-07-21 11:54:56 +08:00
README.md feat: Add ci to test all API of multinet, wakenet and afe 2023-07-12 14:15:29 +08:00
requirements.txt Add target test for esp-tts 2023-07-14 16:21:16 +08:00

Steps to run these cases:

  • Build

    • . ${IDF_PATH}/export.sh
    • pip install idf_build_apps
    • python test_apps/build_apps.py test_apps -t esp32s3
  • Test

    • pip install -r test_apps/requirement.txt
    • pytest test_apps --target esp32s3