| if ((control < 2) || (ix == 0)) | if ((control < 2) || (ix == 0)) | ||||
| continue; // don't insert pauses | continue; // don't insert pauses | ||||
| if (control == 4) | |||||
| c = phonPAUSE; // pause after each character | |||||
| if (((count % 3) == 0) || (control > 2)) | if (((count % 3) == 0) || (control > 2)) | ||||
| c = phonPAUSE_NOLINK; // pause following a primary stress | c = phonPAUSE_NOLINK; // pause following a primary stress | ||||
| else | else |