Created
August 24, 2019 18:01
-
-
Save wmh/9d80b7ffa81f7d364d6dd8adc35d6983 to your computer and use it in GitHub Desktop.
Polly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws polly synthesize-speech \ | |
--output-format mp3 \ | |
--voice-id Zhiyu \ | |
--language-code cmn-CN \ | |
--text file://p50.txt \ | |
p50.mp3 |
Author
wmh
commented
Aug 24, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment