Created
June 5, 2018 10:48
-
-
Save lorenzoromagnoli/5b1196f8d5d0b34fefab9c598b0213ea 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
{ | |
"voices": [{ | |
"protagonist": "roomba", | |
"phrases": [{ | |
"text": "Bruce quote", | |
"file": "file.mp3", | |
"targets": [{ | |
"name": "roomba" | |
}, { | |
"name": "roomba" | |
}] | |
}, | |
{ | |
"text": "Bruce quote", | |
"file": "file.mp3", | |
"targets": [{ | |
"name": "roomba" | |
}, { | |
"name": "roomba" | |
}] | |
} | |
] | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment