物联网操作系统AliOS Things 3.3
uvoice_test.h
浏览该文件的文档.
1 /*
2  * Copyright (C) 2015-2020 Alibaba Group Holding Limited
3  */
4 
5 #ifndef __UVOICE_TEST_H__
6 #define __UVOICE_TEST_H__
7 
17 void uvoice_play_test(int argc, char **argv);
18 
23 void uvoice_record_test(int argc, char **argv);
24 
29 void test_tts_handle(int argc, char **argv);
30 
31 void test_swid_handle(int argc, char **argv);
32 void test_wetalk_handle(int argc, char **argv);
33 
38 #endif /* __UVOICE_TEST_H__ */
39 
void test_wetalk_handle(int argc, char **argv)
void uvoice_play_test(int argc, char **argv)
void uvoice_record_test(int argc, char **argv)
void test_tts_handle(int argc, char **argv)
void test_swid_handle(int argc, char **argv)