Created
April 16, 2018 04:33
-
-
Save naoki-sawada/7940cc66830098abac1acce76efe6a7b to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
curl "http://webapi.aitalk.jp/webapi/v2/ttsget.php" \ | |
-o "$1.wav" \ | |
-d "text=$1" \ | |
-d "speaker_name=nozomi" \ | |
-d "ext=wav" \ | |
-d "username={YOUR_API_USER_NAME}" \ | |
-d "password={YOUR_API_PASSWORD}" \ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment