similar to: two questions re vorbisfile API

Displaying 20 results from an estimated 200 matches similar to: "two questions re vorbisfile API"

2003 Dec 08
1
vorbisfile question
Why does ov_bitrate and friends fail if you give it an out of range logical stream index, while ov_serialnumber just returns the serial of the last logical stream in the file? John --- >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-dev-request@xiph.org' containing only the
2001 Jul 05
1
ov_bitrate -- is it fake or real?
I'm sure you're all aware ov_bitrate doesn't include some of the data in the Ogg bitstream in its calculation that's (AFAIK) required for decoding Ogg Vorbis streams.. I was wondering what the reasons for this are, as the results are quite different in some cases (36.7kbps -> 24.7kbps for one ogg I created).. -- Zinx Verituse --- >8 ---- List archives:
2000 Jun 15
2
more commits
Contained in tonight's last commit: Fixed a link-crossing bug in libvorbis (total time was reset to -1 at the link boundary until the next packet with a frame number arrived) Implemented instantaneous bitrate capability in libvorbis; added ov_bitrate_instant() to interface. I know I talked about a different interface to this with the Sonique folks a few months ago... I couldn't remember
2002 Aug 09
1
How to distinguish ABR & VBR ogg files?
I want to display info about Ogg files to Windows users. The docs tell me how to distinguish CBR (nom=min=max bitrate), but how do I distinguish between ABR and VBR streams? When I created my Ogg files (with CDex) I set the 'quality'. Is there some way to read this from the Ogg file? Should I avoid calling the ov_bitrate function because it has to read through the whole stream?
2003 Sep 22
1
vorbisfile for Mac Classic
Hi, this is my first post, I hope it's the right mailing list (or should it be vorbis@xiph.org?) I just downloaded "SDK for MacOS9" and tried to compile the "vorbisfile_example.c" sample with CodeWarrior for Mac 8 on a Mac OS 9.2 machine. I included the libOgg and libVorbis libraries in my project, but the linker cannot file ov_clear(), ov_read(), ov_pcm_total(),
2008 Nov 24
1
XEN control panel
Hi, I''m looking for an XEN control panel. It is for a single machine. I have been testing OpenQRM and Enimalism. Both are for networks bigger than 1 machine. It needs to be installed on an CentOS or an Debian system. Does anyone have an idea? Regards, Michiel Piscaer -- Digidiensten michiel@digidiensten.nl Tel: 077-7501700 Fax: 077-7501701
2011 Dec 14
1
UUID for network cards
Hello, with CentOS 6, my new server created an UUID entry in ifcfg-eth0 - additional to HWADDR entry. Up to CentOS 5 the connection to the netwark card was defind only by HWADDR. Now I have a new network card. How can I get the correct UUID? The server connects correct the network with the updated HWADDR without any UUID. Why do I need an UUID? Thank you for help in advance. Best Regards
2010 Apr 13
1
Expire plugin / expire-tool redesign for doveadm
Expire plugin / expire-tool seems annoyingly inflexible currently, so I was thinking about a more generic redesign: The expire plugin keeps track of the oldest message in configured mailboxes. Its only configuration is the list of tracked mailboxes. There's no configuration like what the expire timeouts are or anything. There will be a new doveadm command: doveadm expunge [-u user | -A]
2007 Mar 26
8
Backend device not found error
Hi, Sometimes when I mount a disk image, unmount it, and then try to create a domU using the disk image I get the following error: Error: Device 2049 (vbd) could not be connected. Backend device not found. Im using a FC4 image. Here is the config file: kernel = "/boot/vmlinuz-2.6.16-rc3-xenU" memory=256 name=Domain1 vif = [''bridge=xenbr0''] disk = [
2017 Apr 06
2
Zero length reported.
Hello - I have two files which play back in VLC correctly. They were encoded using this command: ffmpeg -y -i '/tmp/2e905b981d30324f9a0664cbabb3f59a20170406-21128-r0neh9.wav' -acodec libvorbis '/tmp/2e905b981d30324f9a0664cbabb3f59a20170406-21128-r0neh920170406-21128-146yyex.ogg However ov_pcm_total reports a zero length for one of the two files. Is this a problem with my use of the
2017 Apr 06
2
Zero length reported.
Hello - I have two files which play back in VLC correctly. They were encoded using this command: ffmpeg -y -i '/tmp/2e905b981d30324f9a0664cbabb3f59a20170406-21128-r0neh9.wav' -acodec libvorbis '/tmp/2e905b981d30324f9a0664cbabb3f59a20170406-21128-r0neh920170406-21128-146yyex.ogg However ov_pcm_total reports a zero length for one of the two files. Is this a problem with my use of the
2000 Dec 13
2
ov_clear segfaults?
Hi guys, I'm working doing the Java->JNI->OggVorbis thing. As a test to get me going, I've just written a quick routine that dumps info about the file test.ogg in the current directory. The problem arises when I call ov_clear. I get a segfault everytime. Note that I am *not* doing any decoding (ov_read) at all, just ov_comment and ov_info. Should I only call ov_clear if I have
2006 Jan 24
4
Xen in a routed network environment?
Hello, I''m used to using Xen in a bridge mode where my dom0 and all domUs are on the same layer 2 network. However now I have to set up a server whose eth0 is on one network and the domUs will be on another /29. So, for example, if the eth0 of dom0 is 192.168.1.214/24, then I have 10.1.1.0/29 (10.1.1.0 -> 10.1.1.7) routed to it for use in domUs, how would I go about setting that up?
2002 Dec 08
0
vorbisfile API overview documentation error
Hi In the vorbisfile API Overview, section 'File Information' on the Documentation page (http://www.xiph.org/ogg/vorbis/doc/vorbisfile/fileinfo.html) The 'ov_bitrate_instant' is said to return -1 if at the beginning of the bitream or no new information is available. According to the libVorbisfile Documentation, the return value is 0 in this situation. PG --- >8 ---- List
2002 Sep 25
0
vorbisfile bug?
Good day. It seems vorbisfile has a bug. There is a such string in ov_time_seek: ogg_int64_t target=pcm_total+(seconds-time_total)*vf->vi[link].rate; It is not accounted type convertion between double and ogg_int64_t. E.g. if I convert 440267'th sample (44100Hz source) to time: double dSec = 440267 / (double) 44100; and then try to seek dSec: ov_time_seek(pOVFile, dSec); the resulting
2002 Mar 10
0
vorbisfile and IStream
hi, does anyone managed to implement streaming buffer for directsound implementing IStream interface and passing it like DMUS_OBJECTDESC field to GetObject() method of the loader ? _________________________________________________________________ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com <p>--- >8 ---- List archives:
2005 Jul 21
0
Underscores in BCB making vorbisfile unusable
Hello friends! Somebody obtained to compile the example vorbis tool decoder? When I compile in the Borland Builder or DJGPP, occurs the error: "undefined reference you ' _ ov_open '" as well as the message of the homepage: http://www.ogghelp.com/ogg/about.cfm?view=3 What she is necessary to make to compile and to function? I do not have interest in using libs nor the DLL,
2004 Dec 28
0
vorbisfile crash on file open/init
Greetings all, I've just started playing with Vorbis to track down a problem in someone code, however I've hit apon my own problem which is stopping me. The application in question is using 2 threads, one to setup the application and one to read an ogg file and constantly refile an OpenAL buffer. The code compiles and links fine, however when I run it I get dumpped out with the following
1999 Nov 02
1
vorbisfile.a
I've decided it's probably a good idea to wrap up the 'chaining_example.c' functionality into a library interface as the functionality inside is going to be commonly useful enough. It would be silly for everyone who wants to do trivial things to have to reproduce it unless they really want to. It's not going to be as 'carved in stone' as the libvorbis interface.
2001 Jun 19
0
vorbisfile bug
Bug: vorbis/lib/vorbisfile.c, ov_time_tell. When vf->seekable = 0, link = -1 at the return, thus dividing by vf->vi[-1].rate. Fix should be pretty simple. -- Kenneth Arnold <ken@arnoldnet.net> / kcarnold / Linux user #180115 http://arnoldnet.net/~kcarnold/ <HR NOSHADE> <UL> <LI>application/pgp-signature attachment: stored </UL> -------------- next part