Page MenuHomePhabricator

[Task] Generate tags with time information (Wikispeech)
Closed, InvalidPublic

Description

HTML5 Audio Read-Along uses <span> tags for each word to highlight them. Each <span> has a few attributes, like so:
<span class="" data-index="1" tabindex="0" data-dur="0.28" data-begin="0.929">those</span>
These tags need to be automatically generated from the response from the synthesis API.

Event Timeline

Sebastian_Berlin-WMSE renamed this task from [Task] (Wikispeech) to [Task] Genrate tags with time information (Wikispeech).May 9 2016, 12:22 PM
Aklapper renamed this task from [Task] Genrate tags with time information (Wikispeech) to [Task] Generate tags with time information (Wikispeech).May 10 2016, 10:33 AM

The time information is stored under the utterances element, rather than in conjunction with the actual HTML substrings. It may not be necessary to add spans for each token, see T122158#2651737.