5 个版本
0.1.4 | 2023年4月21日 |
---|---|
0.1.3 | 2023年4月12日 |
0.1.2 | 2023年4月12日 |
0.1.1 | 2023年4月6日 |
0.1.0 | 2023年4月6日 |
#2119 在 命令行工具
每月下载量 24 次
16KB
tts-cli
自动从剪贴板读取的命令行工具。
您只能使用 Ctrl-C
退出。我希望保持这个项目非常简单。
为了避免错误,您可以降低 FPS 常量。
二进制文件名为 tts
而不是 tts-cli
以节省空间。
Windows
在系统设置中添加语音包或更改默认语音。
安装
- cargo install tts-cli
构建
- cargo run --release
Linux
遗憾的是,这些声音并不太好。
- sudo apt install llvm-dev libclang-dev clang
- sudo apt install speech-dispatcher
- sudo apt install libspeechd-dev
然后根据 speech-dispatcher -v
选择以下之一
安装
- cargo install tts-cli
- cargo install tts-cli --no-default-features --features 10
- cargo install tts-cli --no-default-features --features 9
构建
- cargo run --release
- cargo run --release --no-default-features --features 10
- cargo run --release --no-default-features --features 9
依赖关系
~2–33MB
~528K SLoC