$ sh run.sh
$ open -a safari output.mp3
-
-
Save hyuki/4d192d0caa42d87ffbc1663a24094d0c to your computer and use it in GitHub Desktop.
Amazon Pollyのニューラル音声でTakumiを使う例
This file contains 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
こんにちは、アマゾンポリーのたくみです。 | |
だいぶ自然に話すことができますね。 | |
今日の関東はあいにくの天気になりましたが、みなさんはいかがお過ごしですか。 |
This file contains 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 \ | |
--text file://input.txt \ | |
--voice-id Takumi \ | |
--engine neural output.mp3 |
$ aws polly synthesize-speech help
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://twitter.com/hyuki/status/1492823759677362177