Feature #934
Mis à jour par Serge Heiden il y a presque 8 ans
Currently, the MediaPlayer uses <sp> structure 'start' and 'end' attributes to get media replay span.
It should use <u> (utterance) structure 'start' and 'end' attributes, if available, attributes to get finer control span for media replay (<u> utterance structures are encoded inside <sp> (speech turn) structures).
h3. Solution 1.1
Use <u> structure 'start' attributes, or <sp> attributes if no <u> is available, above pivot occurrences, It may be useful to get finer control for media replay.
See also "refaireTRS":https://groupes.renater.fr/wiki/txm-users/public/macros#refairetrs macro.
h3. Solution 1.2
Encode encode start-end informations in utterance structures at import time (it seems like only 'start' information is currently available) and use start and end for media replay.
available).
It should use <u> (utterance) structure 'start' and 'end' attributes, if available, attributes to get finer control span for media replay (<u> utterance structures are encoded inside <sp> (speech turn) structures).
h3. Solution 1.1
Use <u> structure 'start' attributes, or <sp> attributes if no <u> is available, above pivot occurrences, It may be useful to get finer control for media replay.
See also "refaireTRS":https://groupes.renater.fr/wiki/txm-users/public/macros#refairetrs macro.
h3. Solution 1.2
Encode encode start-end informations in utterance structures at import time (it seems like only 'start' information is currently available) and use start and end for media replay.
available).