tts-cli

Command line utility to automatically read from clipboard.

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

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

To avoid errors you can lower the FPS const.

Build

Windows

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

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 speechdispatcher - then based on speech dispatcher version: - cargo run --release --features tts/speechdispatcher011 - cargo run --release --features tts/speechdispatcher010 - cargo run --release --features tts/speechdispatcher009