[][src]Function ttspico_sys::pico_createVoiceDefinition

pub unsafe extern "C" fn pico_createVoiceDefinition(
    system: pico_System,
    voiceName: *const pico_Char
) -> pico_Status

Creates a voice definition. Resources must be added to the created voice with 'pico_addResourceToVoiceDefinition' before using the voice in 'pico_newEngine'. It is an error to create a voice definition with a previously defined voice name. In that case use 'pico_releaseVoiceName' first.