tts-cli

Crates.iotts-cli
lib.rstts-cli
version0.1.4
sourcesrc
created_at2023-04-06 22:41:43.702618
updated_at2023-04-21 20:08:17.510934
descriptionCommand line utility to automatically read from clipboard.
homepage
repositoryhttps://github.com/lesleyrs/tts-cli
max_upload_size
id832548
size49,909
(lesleyrs)

documentation

README

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
Commit count: 27

cargo fmt