Displaying 1 result from an estimated 1 matches for "0be7d5a8".
Did you mean:
00e7d5a
2018 Nov 03
2
Decode ogg file while downloading: what are the good practices?
Hello,
In my Android app, I implemented the libogg and libvorbis libraries, so I
can extract audio samples from an ogg file on the fly.
It works well when I extract samples from a local file, but my goal is to
be able to extract audio samples and seek in a file that is downloading (so
I can stream an audio file and process audio samples on the fly, from
anywhere in the file).
So here is the