pub trait UtteranceEventStream: Stream<Item = Result<UtteranceEvent>> + Send + Unpin { }
Expand description

A stream of UtteranceEvents returned by the synthesiser.

May be an Err if an error was encountered during synthesis (i.e. a socket disconnect).

Implementors§