fliters 0.1.8

basic rust bindings for flite c library
Documentation
1
2
3
fn main() {
    fliters::tts("hello F lite from rust").play();
}