sapi-lite 0.1.1

A simplified wrapper around Microsoft's Speech API (SAPI) library
Documentation
1
2
3
4
5
6
7
8
mod string;
mod tree;
mod value;

pub use string::SemanticString;
pub use tree::SemanticTree;
pub(crate) use value::SemanticProperty;
pub use value::SemanticValue;