tts-cli

Command line utility to automatically read from clipboard.

You can only exit with Ctrl-C. I want to keep this project very simple.

To avoid errors you can lower the FPS const.

The binary is called tts instead of tts-cli for brevity.

Windows

Add voice packs or change the default voice in your system settings.

Install

Build

Linux

These voices are not as good, sadly. - sudo apt install llvm-dev libclang-dev clang - https://rust-lang.github.io/rust-bindgen/requirements.html#debian-based-linuxes - sudo apt install speech_dispatcher

then based on speech-dispatcher -v - ### Install - cargo install tts-cli --features tts/speechdispatcher011 - cargo install tts-cli --features tts/speechdispatcher010 - cargo install tts-cli --features tts/speechdispatcher009 - ### Build - cargo run --release --features tts/speechdispatcher011 - cargo run --release --features tts/speechdispatcher010 - cargo run --release --features tts/speechdispatcher009