Created
April 11, 2020 18:17
-
-
Save JoeThunyathep/231faaa71050c6e5055aee3f9417edff to your computer and use it in GitHub Desktop.
setting.json
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
{ | |
"audioConfig": { | |
"audioEncoding": "LINEAR16", | |
"pitch": 0, | |
"speakingRate": 1.00 | |
}, | |
"input": { | |
"text": "Some text input here" | |
}, | |
"voice": { | |
"languageCode": "en-US", | |
"name": "en-US-Wavenet-F" | |
}, | |
"outputFileName":"output1.mp3" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment