[][src]Function ttspico_sys::pico_addResourceToVoiceDefinition

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

Adds a mapping pair ('voiceName', 'resourceName') to the voice definition. Multiple mapping pairs can added to a voice defintion. When calling 'pico_newEngine' with 'voiceName', the corresponding resources from the mappings will be used with that engine.