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

mica maIk@ mica maIk@
microorganism maIkroU'O@g@nIz@m microorganism maIkroU'O@g@nIz@m
midday m,Idd'eI midday m,Idd'eI
mideast mI2di:st
midterm m'Idt,3:m midterm m'Idt,3:m
mildew mIldju: mildew mIldju:
mileage maIlI2dZ 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

#include "translate.h" #include "translate.h"
#include "wave.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; int option_device_number = -1;



+ 2
- 1
src/translate.cpp View File



length=0; length=0;
while(word[length] != ' ') length++; 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); SetSpellingStress(phonemes,0);



Loading…
Cancel
Save