Home | History | Annotate | Download | only in src

Lines Matching refs:stress

1400   int stress = 0;
1466 /*now find stress level from phone (and remove it) and add it to syl bound*/
1472 stress = atoi(out + strlen(out)-1);
1474 stress = 0; /*should not happen*/
1477 stress = 0; /*should not happen*/
1480 sprintf(output_phone_string[syl_start], LTS_MARKER_SYLL_START_DD, stress);
1484 /*remove all the stress marking from the vowels*/
1488 out[strlen(out)-1] = '\0'; /*remove the stress from the vowel*/
1506 stress = atoi(out + strlen(out)-1);
1518 sprintf(output_phone_string[syl_start], LTS_MARKER_SYLL_START_DD, stress);