Displaying 2 results from an estimated 2 matches for "23d1763e".
2018 Nov 03
2
Decode ogg file while downloading: what are the good practices?
...sence if libvorbisfile builds a seek table only when
opening the file.
That said, isn't there any function that allows to rebuild that seek table?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/vorbis-dev/attachments/20181103/23d1763e/attachment.html>
2018 Nov 03
3
Decode ogg file while downloading: what are the good practices?
Thanks for your answer.
But as I said, I don't have any problem seeking in a local file.
Also, I have full control on the ogg file I play, since I encode it by
myself.
I first would like to know if the code I provided (
https://gist.github.com/mregnauld/3f7cdc43b02ec3bbd91641b9333ba072) is good
practice when it comes to extracting and seeking in a file that is being
downloaded.
Thanks.