mac-speech-cache
v2019.5.23
Published
macOS speech cache
Readme
macOS speech cache
Installation
$ [sudo] npm i -g mac-speech-cacheHow it works
~/Library/Caches/speech-cache/<hash>.aiffScripts usage
command|usage
-|-
speech-cache |usage: speech-cache [-v voice] [-f in | message]
Examples
# say "$@"
$ afplay "$(speech-cache "$@")"make cache for multiple files and voices:
$ find . -name "*.txt" | xargs -I{} speech-cache -f {} -v Milena
$ find . -name "*.txt" | xargs -I{} speech-cache -f {} -v Yuri