You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please can we require audio-only WebM files to contain Cues for the Vorbis
track? It will speed up seeking over HTTP; we won't need to do either a linear
scan or bisection search.
Games, music players, and other applications will surely want to seek in audio
files. Including an index greatly simplifies and speeds up the implementation
of seeking in client code.
I implemented seeking in Ogg files via bisection search, and I definitely don't
want the problems inherent with that occurring with WebM.
Original issue reported on code.google.com by [email protected] on 18 May 2011 at 11:06
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 18 May 2011 at 11:06The text was updated successfully, but these errors were encountered: