~ubuntu-branches/ubuntu/oneiric/espeak/oneiric

« back to all changes in this revision

Viewing changes to platforms/windows/espeakedit/src_copy/speech.h

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2011-05-04 11:25:46 UTC
  • mfrom: (1.1.24 upstream) (5.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20110504112546-ykijzihgc7ybgzn2
Tags: 1.45.04-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Add gbp.conf for use with git buildpackage
  - Update the explanation of the -b command-line flag in the espeak manpage

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
19
19
 ***************************************************************************/
20
20
 
 
21
#ifndef SPEECH_H
 
22
#define SPEECH_H
21
23
 
22
24
#define LOG_FRAMES      // write keyframe info to src/log
23
25
 
37
39
//#define USE_NANOSLEEP
38
40
#define NO_VARIADIC_MACROS
39
41
#define __cdecl 
40
 
#define ESPEAK_API
41
42
#define PATH_ESPEAK_DATA  "C:\\Program files\\espeak\\espeak-data"
42
43
 
43
44
typedef unsigned short USHORT;
63
64
char *Alloc(int size);
64
65
void Free(void *ptr);
65
66
 
 
67
#endif SPEECH_H