pub trait UtteranceEventStream<E>: Stream<Item = Result<UtteranceEvent, E>> + Send { }
Expand description
A stream of UtteranceEvent
s returned by the synthesiser.
May be an Err
if an error was encountered during synthesis (i.e. a socket disconnect).