Reece H. Dunn 12 years ago
parent
commit
d78b391acd

+ 1
- 0
.gitignore View File

ChangeLog.txt ChangeLog.txt
License.txt License.txt
ReadMe ReadMe
Makefile


# espeak-data # espeak-data



espeak-data/voices/test/lt → espeak-data/voices/europe/lt View File


+ 1
- 1
platforms/windows/espeakedit/src/speech.h View File

#define mkdir(p1,p2) mkdir(p1) #define mkdir(p1,p2) mkdir(p1)
#define PATHSEP '\\' #define PATHSEP '\\'
//#define USE_PORTAUDIO
#define USE_PORTAUDIO
//#define USE_NANOSLEEP //#define USE_NANOSLEEP
#define NO_VARIADIC_MACROS #define NO_VARIADIC_MACROS
#define __cdecl #define __cdecl

+ 1
- 1
platforms/windows/espeakedit/src_copy/speech.h View File

#define mkdir(p1,p2) mkdir(p1) #define mkdir(p1,p2) mkdir(p1)
#define PATHSEP '\\' #define PATHSEP '\\'
//#define USE_PORTAUDIO
#define USE_PORTAUDIO
//#define USE_NANOSLEEP //#define USE_NANOSLEEP
#define NO_VARIADIC_MACROS #define NO_VARIADIC_MACROS
#define __cdecl #define __cdecl

+ 1
- 9
platforms/windows/make_espeak.iss View File

[Setup] [Setup]
AppName=eSpeak AppName=eSpeak
AppVerName=eSpeak version 1.46.42
AppVerName=eSpeak version 1.46.31
AppCopyright=Licensed under GNU General Public License version 3. (See file License.txt for details). AppCopyright=Licensed under GNU General Public License version 3. (See file License.txt for details).
WindowVisible=yes WindowVisible=yes
[InstallDelete] [InstallDelete]
Type: files; Name: "{app}\espeak.dll" Type: files; Name: "{app}\espeak.dll"
Type: files; Name: "{app}\espeak-data\voices\*"
Type: filesandordirs; Name: "{app}\espeak-data\voices\en"
Type: filesandordirs; Name: "{app}\espeak-data\voices\asia"
Type: filesandordirs; Name: "{app}\espeak-data\voices\europe"
Type: filesandordirs; Name: "{app}\espeak-data\voices\other"
Type: filesandordirs; Name: "{app}\espeak-data\voices\test" Type: filesandordirs; Name: "{app}\espeak-data\voices\test"
Type: filesandordirs; Name: "{app}\docs" Type: filesandordirs; Name: "{app}\docs"
$41: Result := 'sw'; $41: Result := 'sw';
//$44: Result := 'tt'; //$44: Result := 'tt';
$49: Result := 'ta'; $49: Result := 'ta';
$46: Result := 'pa';
$4b: Result := 'kn'; $4b: Result := 'kn';
//$50: Result := 'mn'; //$50: Result := 'mn';
$52: Result := 'cy'; $52: Result := 'cy';
'an': value := $40a; // Aragon, use code for Spanish 'an': value := $40a; // Aragon, use code for Spanish
'az': value := $42c; 'az': value := $42c;
'bg': value := $402; 'bg': value := $402;
'bn': value := $445;
'bs': value := $41a; // should be $141a but Jaws crashes on startup 'bs': value := $41a; // should be $141a but Jaws crashes on startup
'ca': value := $403; 'ca': value := $403;
'cs': value := $405; 'cs': value := $405;
'ne': value := $461; 'ne': value := $461;
'nl': value := $413; 'nl': value := $413;
'no': value := $414; 'no': value := $414;
'pa': value := $446;
'pl': value := $415; 'pl': value := $415;
'pt': value := $416; 'pt': value := $416;
'ro': value := $418; 'ro': value := $418;

Loading…
Cancel
Save