Crate ttspico

Source
Expand description

Rust bindings to the Pico TTS engine.
Wraps ttspico-sys.

Structs§

Engine
A Pico TTS engine.
PicoError
An error caused by Pico TTS.
Resource
A loaded Pico TTS resource (TA or SG).
System
A Pico TTS system, i.e. the context from which to load Resources and create Voices.
Voice
A Pico TTS voice.

Enums§

EngineResetMode
The ways an Engine’ can be reset.
EngineStatus
An Engine’s status after stepping it.