1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
| /*
| * Copyright(C) 2010,Custom Co., Ltd
| * FileName: Voice.h
| * Description:
| * Version: 1.0
| * Author: panyadong
| * Create Date: 2010-6-7
| * Modification History£º
| */
|
| #ifndef _VOICE_H
| #define _VOICE_H_
|
| int Demo_Voice();
|
| //ÓïÒôת·¢
| int Demo_VoiceTrans();
|
|
|
|
|
| #endif
|
|
|
|