search for: group__seek__api

Displaying 2 results from an estimated 2 matches for "group__seek__api".

2009 Apr 21
1
newbie qs. how to seek to a point in the Speex file?
Although this actually pertains to JSpeex, I am asking these questions here because they are general questions and also the JSpeex project does not seem to be supported any more. 1) Can the duration of the clip be stored in it? Page 24 here http://www.speex.org/docs/manual/speex-manual.pdf describes the format, but I could not see where the duration of the clip is stored. 2) Since the Speex
2009 May 24
0
newbie qs. how to seek to a point in the Speex file?
...t; the last Ogg page in the stream. > > 2) to seek you need to seek for the Ogg page containing the > data. > > I suggest you use liboggz to handle the Ogg reading and > seeking: > http://www.xiph.org/oggz/. Info about the seek api is > in > http://www.xiph.org/oggz/doc/group__seek__api.html > > cheers, > > Conrad. >