sapi-lite 0.1.1

A simplified wrapper around Microsoft's Speech API (SAPI) library
Documentation
1
2
3
4
5
6
7
//! Support for streaming audio to and from files and memory buffers.

mod format;
mod stream;

pub use format::{AudioFormat, BitRate, Channels, SampleRate};
pub use stream::{AudioStream, MemoryStream};