Browse Source

[1.28]


git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@66 d46cf337-b52f-0410-862d-fd96e6ae7743
master
jonsd 18 years ago
parent
commit
9e558ad4dc

+ 1
- 0
dictsource/en_list View File

@@ -1174,6 +1174,7 @@ miaow mi:'aU
mica maIk@
microorganism maIkroU'O@g@nIz@m
midday m,Idd'eI
mideast mI2di:st
midterm m'Idt,3:m
mildew mIldju:
mileage maIlI2dZ

BIN
phsource/vdiph/vowelchart.png View File


BIN
phsource/vowel/V_5 View File


BIN
phsource/vowel/aa_8 View File


BIN
phsource/vowel/vowelchart.png View File


+ 2
- 2
src/synthdata.cpp View File

@@ -35,8 +35,8 @@
#include "translate.h"
#include "wave.h"

const char *version_string = "1.27.10 15.Jul.07";
const int version_phdata = 0x012701;
const char *version_string = "1.28 16.Jul.07";
const int version_phdata = 0x012801;

int option_device_number = -1;


+ 2
- 1
src/translate.cpp View File

@@ -736,7 +736,8 @@ if((wmark > 0) && (wmark < 8))

length=0;
while(word[length] != ' ') length++;
word[-1] = ' '; // prevent this affecting the pronunciation of the pronuncable part
if(length > 0)
word[-1] = ' '; // prevent this affecting the pronunciation of the pronuncable part
}
SetSpellingStress(phonemes,0);


Loading…
Cancel
Save