HomeSort by relevance Sort by last modified time
    Searched full:svoxpitch (Results 1 - 1 of 1) sorted by null

  /external/svox/pico/tts/
svox_ssml_parser.cpp 328 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 128 milliseconds