Skip to main content

prism_backend_pause

Function prism_backend_pause 

Source
pub unsafe extern "C" fn prism_backend_pause(
    backend: *mut PrismBackend,
) -> PrismError
Expand description

Pauses currently playing speech.

ยงSafety

backend must be a live backend that has not been passed to prism_backend_free.