pans
2016-12-15 87e3ee273b2f84081ac45926be9d8e5be3166eaa
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