feat(audiotest): add AudioTest application for testing recording and playback

This commit is contained in:
Adolfo Reyna
2026-06-23 18:32:44 -04:00
parent 3c6acf47a5
commit ca55f16085
4 changed files with 369 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
file(GLOB_RECURSE SOURCE_FILES Source/*.c)
idf_component_register(
SRCS ${SOURCE_FILES}
REQUIRES TactilitySDK
)