# 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).