similar to: Problems with ogg/vorbis python bindings.

Displaying 20 results from an estimated 1000 matches similar to: "Problems with ogg/vorbis python bindings."

2002 Jul 22
1
Problems with pyvorbis python bindings.
[Sorry if this is a duplicate post. My original didn't appear to have gotten through.] I had previously installed libao, libogg, libvorbis, and vorbis-tools, as linked from the RC3 download page at vorbis.com -- I downloaded and installed the latest versions of these four libraries from the vorbis.com download page, at which point my pyogg/pyvorbis Python bindings broke. I reinstalled the
2006 Nov 10
2
Searching for pyvorbis docs
Hello everybody! I'am just leaning Python and wanted to write something useful for me, an recursive masstagger for ogg-vorbis files. My script uses pyvorbis 1.3 from the Debian testing tree. so far here is my Problem: The pyvorbis bindings aren't documented. As i understand the pyvorbis package, this is a simpe 1:1 mapping to libvorbis. dir(pyvorbins-oject) gives me an refernece to an
2009 Feb 24
0
any help with pyogg and pyvorbis?
Dear List, I'm just creating a little application for my openmoko freerunner, unfortunately in python, so that I have to use pyogg and pyvorbis(http://ekyo.nerim.net/software/pyogg/index.html) as wrappers around the C-functions and objects. I've got it all installed, after applying some patches and trying to run an example of encoding a wave-file I just get an empty ogg-file, the
2004 Feb 16
0
C++, Python wrappers for libogg and libvorbis
since there's already a Python wrapper for libogg and libvorbis, it occurred to me: Why not write a Python wrapper for libogg and libvorbis? http://dingoskidneys.com/oggpy/ this is the 0.001 release. "release early.." it requires Boost.Python, possibly CVS Boost.Python, available from http://boost.org/ partly because it's not finished but mostly because it's written with
2002 Jul 24
4
redhat vorbis install
I hope I'm not being an idiot, but I'm attempting to install vorbis-1.0 RPMs on a few redhat machines and failing horribly. I'm in dependency hell. For starters, libao-0.8.3-1 requires libasound.so.2 (an alsa library?) which does not seem to be available in any recent redhat releases. Then vorbis-tools wants libcurl.so.2, which makes redhat 7.2 machines choke. Worst of all is
2007 Jul 23
4
libvorbis 1.2.0 release candidate
All, Monty has made some improvements to the vorbis reference implementation, and we're ready to do a new release. Please sanity check the release candidate at http://people.xiph.org/~giles/2007/libvorbis-1.2.0rc2.tar.bz2 And let us know if there are any problems. The plan is to make an official release on Wednesday. Changes since the 1.1.2 release: * new ov_fopen() convenience
2002 Jul 15
2
Patches and questions for spec files
I'm forwarding this mail, since thomasvs on #vorbis can't seem to subscribe/send to the list. Please Cc: thomas@apestaart.org when you answer, or write directly to him. ----- Forwarded message ----- Hi, I've been asked by Vakor to help out on the packaging of the 1.0 release (for Red Hat). (For some reason xiph.org is refusing any mail from our server, urgent.rug.ac.be, so I
2004 Aug 06
1
Why is libvorbis so big ?
I've been looking at the organisation of my project trying to trim down it's size a touch... and libvorbis, is really the only think bigger than 100k coming in at over 1 meg .dll I've been looking through the code for vorbis_enc as that's the object file taking 95% of the space, and i can't figure out why it is so damn big... there's only a few thousand lines of code there
2003 Jul 15
1
Ogg Traffic for July 15, 2003
Hi everybody: Here is the latest issue of Ogg Traffic. The HTML version is at http://www.vorbis.com/ot/20030715.html. Enjoy! Carsten. <p>Ogg Traffic for Tuesday, July 15, 2003 Author: Carsten "Purple" Haese Contact: [1]carsten@xiph.org Date: July 15, 2003 Table of Contents 1 Status Updates 1.1 Stan Seibert 1.2 Ed Zaleski
2002 Dec 11
1
Docs Missing
Hi All, The "libvorbisenc api reference" (http://www.xiph.org/ogg/vorbis/doc/vorbisenc/reference.html) exists, but appears to be the libvorbisfile api reference. Is there anywhere where I can find the "libvorbisenc api reference"? Cheers -- Andrew Baker --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe
2003 Aug 30
0
vorbis 1.0.1 - debian bts bug list
Anyone who wants to see what bugs might not have made it into xiph bugzilla may want to look at the urls below. Be sure to check the bugs marked as fixed in NMU since they may have patches that aren't in cvs yet. I'll try to be around to help verify the bugs are fixed before release tomorrow/monday. Thanks, Chris Cheney http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=libao
2003 Nov 25
0
trouble getting libvorbis to cut beginning of the bitstream
I'm having trouble getting libvorbis to cut the beginning of a bitstream when I instruct it to do so with granulepos. I have constructed a file which I believe should have its beginning truncated. I have attached it to this mail. Here is a picture of what the bitstream looks like, as output by a python program that uses pyogg/pyvorbis to read the stream and print a representation:
2002 Aug 15
2
dynamicly loading libvorbisenc on Mac OSX
Hi, I'm trying to load the vorbis libs dynamicly on Mac OS X. I've got success for libogg, libvorbis and libvorbisfile. But libvorbisenc drives me crazy. The function "vorbis_encode_init" seems not to be in there if I am using "NSLookupSymbolInImage". But the tools "otool" and "nm" tell me that the function is declared. Does anyone know, what I
2003 Sep 14
6
ov_clear(&vorbis) segfaults?
Hello all. I'm new to this list. I'm also new to coding with libvorbis and things, so please bear with me. :) I've been having trouble with libvorbisfile. My use of it is fairly simple, but when I try to ov_clear the vorbis file, it segfaults. I can attach or otherwise make availible some demo source code, but for now I'll just pull out relevant lines: //BEGIN PSEUDO CODE
2004 Nov 29
1
Vorbis and threads
Hi, I made an app. to encode/decode vorbis streams. My encoder is based on the libvorbis documentation, and I use ov_read for decoding. The two process is running on seperate threads (not paralell). If I use the code only encode or decode everything works fine, but when I try to encode and decode in the same code (threads) It crashes. My question is, is libvorbisenc and libvorbisfile thread
2007 Nov 19
1
SIGTRAP in Xcode
I downloaded and built the Ogg and Vorbis projects and added the frameworks to my project. It just SIGTRAPs before reaching main, in dylib loading code. I then built libvorbis.a, libvorbisenc.a, libvorbisfile.a and added them to my project. Still SIGTRAPs. I built a libogg.a target from scratch in the Ogg project, and added libogg.a, still SIGTRAPs. So I have tried everything I know
2009 Apr 20
2
Query Regarding Vorbis Audio codec
Hi all, I have vorbis audio codec I want to create the separate projects for Encoder as well as decoder, Can anybody suggest me which all the files comes under which category (or) which functions will come under encoder or decoder. Thanks & Regards, Kiran
2001 Aug 31
1
Finally, it can be told!
The reason I have been being very nosy, yet very secretive. vorbismodule 0.0a ----------------- This is a Python (http://www.python.org/) module that can be use to read files in the Ogg Vorbis format, using the same interface as defined in the wave and sunau modules. At the moment it only supports reading Vorbis files, and I've only really tested it under Linux. Please feel free to download
2001 Aug 31
1
Finally, it can be told!
The reason I have been being very nosy, yet very secretive. vorbismodule 0.0a ----------------- This is a Python (http://www.python.org/) module that can be use to read files in the Ogg Vorbis format, using the same interface as defined in the wave and sunau modules. At the moment it only supports reading Vorbis files, and I've only really tested it under Linux. Please feel free to download
2008 Sep 07
3
Poor programming support
Ogg format is great, but the programming support is so awful! After three days, I still haven't managed to add a simple playback function to my software. I know I can make it with a couple of more days, but it isn't really worth it. BTW, I'm an very experienced programmer. -------------- next part -------------- An HTML attachment was scrubbed... URL: