Expand description
Rust bindings to the Pico TTS engine.
Wraps ttspico-sys
.
Structs§
- Engine
- A Pico TTS engine.
- Pico
Error - 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
Resource
s and createVoice
s. - Voice
- A Pico TTS voice.
Enums§
- Engine
Reset Mode - The ways an
Engine
’ can be reset. - Engine
Status - An
Engine
’s status after stepping it.