From 3a3cf4d2979551d5f8edbb0296379e3673914158 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Sun, 2 Jul 2023 15:31:08 +0800 Subject: [PATCH] update --- demo/ac_sound_capture1/ac_sound_capture1.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/demo/ac_sound_capture1/ac_sound_capture1.cpp b/demo/ac_sound_capture1/ac_sound_capture1.cpp index eb272f1..b861077 100644 --- a/demo/ac_sound_capture1/ac_sound_capture1.cpp +++ b/demo/ac_sound_capture1/ac_sound_capture1.cpp @@ -169,6 +169,7 @@ int main(int argc, char const* argv[]) { spisound_dump_last_error(); return -1; } + printf("spisound_start_capture\n"); while (true) sleep(1); return 0;