IPS-LMU / EMU-webApp

The EMU-webApp is an online and offline web application for labeling, visualizing and correcting speech and derived speech data.
http://ips-lmu.github.io/EMU-webApp/
MIT License
51 stars 14 forks source link

first segment cannot be played back or shortcut-navigated to #195

Closed MJochim closed 8 years ago

MJochim commented 8 years ago

I have a SEGMENT level with a number of items in it.

It seems that a range check is broken - probabley uses 1..Array.length instead of 0..(Array.length-1).

I do not think this is input specific, but for the record I am including an example bundle.

raphywink commented 8 years ago

Working on this now: Seems like it is not the players fault! Clicking on the first segment sets viewState.curViewPort.selectS to undefined -> player doesn't know where to start!