Reece H. Dunn 12 years ago
parent
commit
ac03f8483a

+ 2
- 0
espeak-data/voices/asia/zh View File

@@ -4,6 +4,8 @@ gender male
words 1
pitch 80 118

dict_min 100000

//for some dialects

//[en]: replace ng with n

+ 1
- 0
espeak-data/voices/asia/zh-yue View File

@@ -12,3 +12,4 @@ gender male
dictrules 1

words 1
dict_min 10000

+ 1
- 0
espeak-data/voices/europe/ru View File

@@ -4,3 +4,4 @@ gender male

replace 03 a a#

dict_min 20000

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

@@ -35,7 +35,7 @@
#define mkdir(p1,p2) mkdir(p1)
#define PATHSEP '\\'
#define USE_PORTAUDIO
//#define USE_PORTAUDIO
//#define USE_NANOSLEEP
#define NO_VARIADIC_MACROS
#define __cdecl

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

@@ -35,7 +35,7 @@
#define mkdir(p1,p2) mkdir(p1)
#define PATHSEP '\\'
#define USE_PORTAUDIO
//#define USE_PORTAUDIO
//#define USE_NANOSLEEP
#define NO_VARIADIC_MACROS
#define __cdecl

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

@@ -2,7 +2,7 @@
[Setup]
AppName=eSpeak
AppVerName=eSpeak version 1.46.31
AppVerName=eSpeak version 1.46.42
AppCopyright=Licensed under GNU General Public License version 3. (See file License.txt for details).
WindowVisible=yes
@@ -18,6 +18,11 @@ Name: "{group}\TTSApp"; Filename: "{app}\TTSApp.exe"; WorkingDir: "{app}"
[InstallDelete]
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}\docs"
@@ -161,6 +166,7 @@ begin
$41: Result := 'sw';
//$44: Result := 'tt';
$49: Result := 'ta';
$46: Result := 'pa';
$4b: Result := 'kn';
//$50: Result := 'mn';
$52: Result := 'cy';
@@ -208,6 +214,7 @@ begin
'an': value := $40a; // Aragon, use code for Spanish
'az': value := $42c;
'bg': value := $402;
'bn': value := $445;
'bs': value := $41a; // should be $141a but Jaws crashes on startup
'ca': value := $403;
'cs': value := $405;
@@ -247,6 +254,7 @@ begin
'ne': value := $461;
'nl': value := $413;
'no': value := $414;
'pa': value := $446;
'pl': value := $415;
'pt': value := $416;
'ro': value := $418;

Loading…
Cancel
Save