-
-
Save olekhy/66cc9fcc90a88f1057ac09d43ee4b13c 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment