Searched refs:svoxpitch (Results 1 - 1 of 1) sorted by relevance

/external/svox/pico/tts/
H A Dsvox_ssml_parser.cpp328 char* svoxpitch = convertToSvoxPitch(attributes[i+1]); local
329 if (!svoxpitch)
334 if (!svoxpitch)
336 svoxpitch = new char[4];
337 if (!svoxpitch)
342 strcpy(svoxpitch, "100");
344 char* pitch = new char[17 + strlen(svoxpitch)];
350 sprintf(pitch, "<pitch level='%s'>", svoxpitch);
366 delete [] svoxpitch;

Completed in 264 milliseconds