Skip to content

Instantly share code, notes, and snippets.

@wmh
Created August 24, 2019 18:01
Show Gist options
  • Save wmh/9d80b7ffa81f7d364d6dd8adc35d6983 to your computer and use it in GitHub Desktop.
Save wmh/9d80b7ffa81f7d364d6dd8adc35d6983 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
@wmh
Copy link
Author

wmh commented Aug 24, 2019

    --text-type ssml \

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment