Skip to content

Instantly share code, notes, and snippets.

@kkoskelin
Last active August 29, 2015 13:57
Show Gist options
  • Save kkoskelin/9397059 to your computer and use it in GitHub Desktop.
Save kkoskelin/9397059 to your computer and use it in GitHub Desktop.
{
"mediaCollection" : {
"1111-968c530ea8cb-1111": { "src": "TTS/1111-968c530ea8cb-1111.mp3", "timings": [0.28, 1.24, 1.81] },
"2222-968c530ea8cb-2222": { "src": "TTS/2222-968c530ea8cb-2222.mp3", "timings": [0.23, 1.21, 1.38] },
"3333-968c530ea8cb-3333": { "src": "TTS/3333-968c530ea8cb-3333.mp3", "timings": [0.26, 1.28, 1.68] },
"vv11-968c530ea8cb-vv11": { "src": "VIA/vv11-968c530ea8cb-vv11.mp3", "timings": [0.28, 1.24, 1.81] },
"vv22-968c530ea8cb-vv22": { "src": "VIA/vv22-968c530ea8cb-vv22.mp3", "timings": [0.23, 1.21, 1.38] },
"vv33-968c530ea8cb-vv33": { "src": "VIA/vv33-968c530ea8cb-vv33.mp3", "timings": [0.26, 1.28, 1.68] }
},
"items": [
{
"itemImage": {
"html": """
<div>
<p>
<a class="drc_voice_startpt"
data-media-index="0"
data-media-type="audio"></a>
<span class="tts-token">This</span>
<span class="tts-token">is</span>
<span class="tts-token">text.</span>
</p>
<p>
<a class="drc_voice_startpt"
data-media-index="1"
data-media-type="audio"></a>
<span class="tts-token">This</span>
<span class="tts-token">is</span>
<span class="tts-token">more.</span>
</p>
<p>
<a class="drc_voice_startpt"
data-media-index="2"
data-media-type="audio"></a>
<span class="tts-token">Here's</span>
<span class="tts-token">even</span>
<span class="tts-token">more.</span>
</p>
</div>
""",
"media": {
"audio": [ "1111-968c530ea8cb-1111", "2222-968c530ea8cb-2222", "3333-968c530ea8cb-3333" ],
"VIA": [ "vv11-968c530ea8cb-vv11", "vv22-968c530ea8cb-vv22", "vv33-968c530ea8cb-vv33" ]
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment