Home | History | Annotate | Download | only in tts

Lines Matching refs:volume

322     else if (strcmp(element, "prosody") == 0) /* only pitch, rate and volume attributes are supported */
412 else if (strcmp(attributes[i], "volume") == 0)
425 char* volume = new char[18 + strlen(svoxvol)];
426 if (!volume)
431 sprintf(volume, "<volume level='%s'>", svoxvol);
432 if (strlen(m_data) + strlen(volume) + 1 > (size_t)m_datasize)
440 strcat(m_data, volume);
446 strcat(m_appendix, "</volume>");
448 delete [] volume;
732 Converts SSML volume labels to SVOX volume levels