1 /*
2  * Copyright (C) 2015-2020 Alibaba Group Holding Limited
3  */
4 
5 #ifndef __UVOICE_TEST_H__
6 #define __UVOICE_TEST_H__
7 
8 /** @defgroup uvoice_test_api uvoice_test
9  *  @ingroup uvoice_aos_api
10  * @{
11  */
12 
13 /**
14  * 播放测试
15  *
16  */
17 void uvoice_play_test(int argc, char **argv);
18 
19 /**
20  * 录音测试
21  *
22  */
23 void uvoice_record_test(int argc, char **argv);
24 
25 /**
26  * TTS测试
27  *
28  */
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 
34 /**
35  * @}
36  */
37 
38 #endif /* __UVOICE_TEST_H__ */
39 
40