arci-speak-cmd 0.1.1

arci::Speaker implementation using local command
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# arci-speak-cmd

[![crates.io](https://img.shields.io/crates/v/arci-speak-cmd.svg?logo=rust)](https://crates.io/crates/arci-speak-cmd) [![docs](https://docs.rs/arci-speak-cmd/badge.svg)](https://docs.rs/arci-speak-cmd) [![docs](https://img.shields.io/badge/docs-main-blue)](https://openrr.github.io/openrr/arci_speak_cmd)

[`arci::Speaker`](https://docs.rs/arci/*/arci/trait.Speaker.html) implementation using local command.

## Dependencies

### Linux

```bash
sudo apt install espeak
```

## License

Licensed under the [Apache License, Version 2.0](https://github.com/openrr/openrr/blob/main/LICENSE).