[][src]Function ttspico_sys::pico_resetEngine

pub unsafe extern "C" fn pico_resetEngine(
    engine: pico_Engine,
    resetMode: pico_Int32
) -> pico_Status

Resets the engine and clears all engine-internal buffers, in particular text input and signal data output buffers. 'resetMode' is one of 'PICO_RESET_SOFT', to be used to flush the engine, or 'PICO_RESET_FULL', to reset the engine after an engine error.