fliters-0.1.1 has been yanked.
Usage
Check out /examples directory for more examples.
// standard example
use fliters;
// Controlling the output stream. (i.e. playing and pausing)
use fliters;
use ;
Only macos has been tested at this time. xD
Roadmap
- basic tts api
- control output stream with
play - optimize build (include only necessary c files)
- customize voice (defaults to slt right now)
- linux support (rpi) (mess with build script)
Installation
Add this to your cargo.toml:
fliters = "0.1.1"
If you install the crate, but encounter build errors (especially linker errors), try to specify the repo as the dependency. Submit an issue in the meantime so I can investigate.
fliters = { git = "https://github.com/jackycamp/flite-rs" }
Building
# clone the repository
# do the build
&&
# run an example