标签:shel 执行 说话 shell source 就会 color 执行命令 txt
say 让命令行说话 say是一个文本转语音(TTS)的 mac 命令行工具,直接在后边跟上一段话,电脑就会开始朗读:
-> say "Hello 主人"
使用-f
参数选择朗读的文本文件,然后用-o
参数将朗读结果存储为某个音频文件
-> say -f demo.txt -o demo.aiff
在当前shell执行命令。
标签:shel 执行 说话 shell source 就会 color 执行命令 txt
原文地址:https://www.cnblogs.com/chentianwei/p/12360881.html