Searched refs:svoxpitch (Results 1 – 1 of 1) sorted by relevance
328 char* svoxpitch = convertToSvoxPitch(attributes[i+1]); in startElement() local329 if (!svoxpitch) in startElement()334 if (!svoxpitch) in startElement()336 svoxpitch = new char[4]; in startElement()337 if (!svoxpitch) in startElement()342 strcpy(svoxpitch, "100"); in startElement()344 char* pitch = new char[17 + strlen(svoxpitch)]; in startElement()350 sprintf(pitch, "<pitch level='%s'>", svoxpitch); in startElement()366 delete [] svoxpitch; in startElement()