git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@66 d46cf337-b52f-0410-862d-fd96e6ae7743master
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 |
#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; | ||||
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); | ||||