Searched refs:svoxpitch (Results 1 – 1 of 1) sorted by relevance
335 char* svoxpitch = convertToSvoxPitch(attributes[i+1]); in startElement() local336 if (!svoxpitch) in startElement()341 if (!svoxpitch) in startElement()343 svoxpitch = new char[4]; in startElement()344 if (!svoxpitch) in startElement()349 strcpy(svoxpitch, "100"); in startElement()351 char* pitch = new char[17 + strlen(svoxpitch)]; in startElement()357 sprintf(pitch, "<pitch level='%s'>", svoxpitch); in startElement()373 delete [] svoxpitch; in startElement()