Skip to content

Instantly share code, notes, and snippets.

@olekhy
Forked from wmh/polly-from-file.sh
Created August 24, 2019 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olekhy/66cc9fcc90a88f1057ac09d43ee4b13c to your computer and use it in GitHub Desktop.
Save olekhy/66cc9fcc90a88f1057ac09d43ee4b13c to your computer and use it in GitHub Desktop.
Polly
aws polly synthesize-speech \
--output-format mp3 \
--voice-id Zhiyu \
--language-code cmn-CN \
--text file://p50.txt \
p50.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment