Skip to content

Instantly share code, notes, and snippets.

@TORISOUP
Last active May 18, 2016 17:33
Show Gist options
  • Save TORISOUP/93134b5c58574d3fdb78c779777a8681 to your computer and use it in GitHub Desktop.
Save TORISOUP/93134b5c58574d3fdb78c779777a8681 to your computer and use it in GitHub Desktop.
MMM.json
//旧
{
"name": "ゆかり",
"text": "こんにちはみなさん",
"emotion": "greeting",
"tag": "white",
"isInterrupted": false
}
//2.1以降
{
"meta": {
"type" : "speechText"
},
"data": {
"name": "ゆかり",
"text": "こんにちはみなさん",
"emotion": "greeting",
"tag": "white",
"isInterrupt": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment