search for: vorbis_fil

Displaying 5 results from an estimated 5 matches for "vorbis_fil".

Did you mean: vorbis_file
2004 May 10
1
re: Seek problems with vorbis_file
Hi, I have been having some problems with ov_pcm_seek in vorbis_file:- Any seeks to a sample within the first second of the stream (i.e. < 44100 samples) fail. Seeks to samples beyond this 44100 limit are fine. It appears to be associated with vorbis_file trying to read the preceding page (odd for the beginning of the file), attempting an ov_raw_seek, then bom...
2004 May 11
0
re: Seek problems with vorbis_file
...ntation of the file callbacks (not setting up vi->end properly). Apologies :) -----Original Message----- From: owner-vorbis-dev@xiph.org [mailto:owner-vorbis-dev@xiph.org] On Behalf Of Michael Smith Sent: 11 May 2004 01:04 To: vorbis-dev@xiph.org Subject: Re: [vorbis-dev] re: Seek problems with vorbis_file On Tuesday 11 May 2004 01:43, Paul Knight wrote: > Hi, > > I have been having some problems with ov_pcm_seek in vorbis_file:- > > Any seeks to a sample within the first second of the stream (i.e. < > 44100 samples) fail. Seeks to samples beyond this 44100 limit are fine. >...
2001 Sep 22
3
retrieving &quot;instant&quot; bitrate without vo_open?
...he same thing i'm doing here. All i need to do is traverse the entire bitstream, take each packet and look at it's individual bitrate. Can i do this without vo_open or is there a way to use vo_open and the ogg functions i've listed above ? I'm not aware of any way to set the vorbis_file struct to the current packet without at least using vo_open and doing that ruins the ogg functions in my tests. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph...
2014 May 23
2
ov_pcm_seek to sample zero of Theora/Vorbis file hangs
Hi all, I'm having a little trouble with a Vorbis decoder hanging (actually hard looping the CPU) when I call ov_pcm_seek(&vorbis_file, 0) on a multiplexed theora/vorbis file. It appears to be the vorbisfile library that has the problem. The call to ov_pcm_seek never returns. Seeking in non-multiplexed, including chained, files is OK. Seeking to other values, including sample 1, works OK. Has anyone else seen this? I have t...
2003 Jun 15
1
Sizing down Ogg Vorbis encoder binaries
Not too long ago, I converted my whole cd library to OGG format, because I loved the way it sounded, and the fact that is was open source. Recently, I wanted to update my library with the latest CVS code. I just did a compile of the CVS ogg binaries (ogg.dll, vorbis.dll, vorbis_enc.dll, vorbis_file.dll), and I noticed they were alot larger in size than the default ones that came with CDex. I compiled them with Visual Studio 2003 + ICL7.1 + Release config, and they are 10 times larger than the defaults. Is there a way to size the libraries down? __________________________________ Do you Ya...