Home
last modified time | relevance | path

Searched refs:option_wordgap (Results 1 – 9 of 9) sorted by relevance

/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dphonemelist.cpp580 if(option_wordgap > 0) in MakePhonemeList()
633 if((ph->code == phonPAUSE_LONG) && (option_wordgap > 0) && (plist3[1].sourceix != 0)) in MakePhonemeList()
636 phlist[ix].length = option_wordgap*14; // 10mS per unit at the default speed in MakePhonemeList()
H A Dtranslate.h683 extern int option_wordgap;
H A Dspeak.cpp542 option_wordgap = 0;
H A Dsetlengths.cpp524 option_wordgap = new_value; in SetParameter()
H A Dtranslate.cpp59 int option_wordgap = 0; variable
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dphonemelist.cpp474 if (option_wordgap > 0) in MakePhonemeList()
508 if ((ph->code == phonPAUSE_LONG) && (option_wordgap > 0) && (plist3[1].sourceix != 0)) { in MakePhonemeList()
510 phlist[ix].length = option_wordgap*14; // 10mS per unit at the default speed in MakePhonemeList()
H A Dtranslate.h675 extern int option_wordgap;
H A Dsetlengths.cpp408 option_wordgap = new_value; in SetParameter()
H A Dtranslate.cpp56 int option_wordgap = 0; variable