Created
July 14, 2021 21:56
-
-
Save thesanjeetc/ca4b796064c91088082466010c3d17ca to your computer and use it in GitHub Desktop.
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
{ | |
"input": "generated.txt", | |
"output": "output.mp3", | |
"delimiters": { | |
"dialog": "\n\n", | |
"speaker": ":\n" | |
}, | |
"voices": { | |
"JOE ROGAN": { | |
"type": "en-US-Wavenet-A", | |
"pitch": 1.2, | |
"speakingRate": 1.02 | |
}, | |
"ELON MUSK": { | |
"type": "en-US-Wavenet-D", | |
"pitch": -4.4, | |
"speakingRate": 1.06 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment