#clipboard #text-to-speech #tts #command-line-tool #narrator #cli

app tts-cli

Command line utility to automatically read from clipboard

5 releases

0.1.4 Apr 21, 2023
0.1.3 Apr 12, 2023
0.1.2 Apr 12, 2023
0.1.1 Apr 6, 2023
0.1.0 Apr 6, 2023

#1474 in Command line utilities

MIT/Apache

16KB

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

  • cargo install tts-cli

Build

  • cargo run --release

Linux

These voices are not as good, sadly.

then one of the following based on speech-dispatcher -v

Install

  • cargo install tts-cli
  • cargo install tts-cli --no-default-features --features 10
  • cargo install tts-cli --no-default-features --features 9

Build

  • cargo run --release
  • cargo run --release --no-default-features --features 10
  • cargo run --release --no-default-features --features 9

Dependencies

~0.7–37MB
~541K SLoC