// // Created by misaki on 2025/8/24. // #pragma once #ifdef __cplusplus extern "C" { #endif void run_audio_test(void); #ifdef __cplusplus } #endif