Crate speech_synthesis
source ·Re-exports
pub use ::ssml;
Structs
- Struct used for negotiating an audio format supported by both the application and the speech synthesiser.
- A ‘basic’ viseme.
- A single frame of ‘basic’ visemes.
- Key & weight information for a single blend shape as part of a
BlendShapeVisemeFrame
. - A single frame for visemes in blend shape format.
- The
Error
type, a wrapper around a dynamic error type. - Configuration for a single speech synthesis utterance.
Enums
- An event emitted by a speech synthesiser’s
UtteranceEventStream
.
Traits
- Common trait for a speech synthesiser.
- A stream of
UtteranceEvent
s returned by the synthesiser.
Type Aliases
Result<T, Error>