similar to: any help with pyogg and pyvorbis?

Displaying 20 results from an estimated 120 matches similar to: "any help with pyogg and pyvorbis?"

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
2007 May 01
1
contstant bittrate mode - block size - packet size
Hello, I am trying to implement a realtime encoding then streaming solution using the vorbis codec (would be wrapped in a "7F" type for minimal framing overhead) for sending audio over a low bit rate wireless link. since we need a constant bittrate (i.e. constant packet size) for this solution we want to run the alg in constant bitrate mode; for evaluation of the codec I followed the
2001 Sep 15
1
Pyogg equivalent for mp3?
Hello All, Somewhat offtopic, but pertinent for my Ogg app. I'm very happily using pyogg and pyao in a python script to serve as my ogg decoder. It's working very well! I'd like to add support for MP3s in a fashion similar to what I already have for oggs. However, I'm unaware of any such module. Anyone know of a python decoder wrapper for MP3s? Closest thing I can find is the
2011 Oct 26
1
[Bug 760] New: nf_ct_sip dropping SIP messages larger then MTU
http://bugzilla.netfilter.org/show_bug.cgi?id=760 Summary: nf_ct_sip dropping SIP messages larger then MTU Product: netfilter/iptables Version: linux-2.6.x Platform: i386 OS/Version: Ubuntu Status: NEW Severity: normal Priority: P5 Component: ip_conntrack AssignedTo: netfilter-buglog at
2003 Aug 02
0
playing mono files with pyvorbis
hi list.. did anyone of you ever try to play mono files with pyvorbis (1.0)? when i try such a file, generated from a mono wave file with oggenc, with ogg123.py, it sounds like being on speed. i believe, it plays with double speed, because pyvorbis always assumes a stereo file to be read, though i did not measure it. playing the same file with ogg123 (the c program), it works fine. i also
2003 May 18
1
Problems with the pyvorbis Python wrapper under Windows
Hi! The following Python code does what is excepted under Linux: >>> from ogg.vorbis import * >>> com=VorbisFile('01.ogg').comment() >>> com['title']='foo' >>> com.write_to('01.ogg') but under Windows I get the following error: Traceback (most recent call last): File "<stdin>", line 1, in ? IOError: [Errno
2002 Aug 02
1
Problems with ogg/vorbis python bindings.
I compiled and installed pyogg followed by pyvorbis, running: $ ./config_unix.py $ python setup.py build and as root: # python setup.py install for pyogg and pyvorbis in turn. This completed without error, however upon trying to import ogg.vorbis in IDLE I get an import error: ImportError: libvorbisfile.so.3: cannot open shared object file: No such file or directory I was told this may have
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
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
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:
2006 Jun 05
3
ogg only encoding
So, I abandoned the hope of using the ogg python bindings to do pure ogg container encoding. I started looking at the libogg in the hopes of retooling the bindings to follow a better object model and it actually looks like the problem is down in libogg, not the bindings. Am I crazy or does libogg rely on libvorbis to return ogg_packets, and that there are no functions that will build an ogg_packet
2006 May 22
1
y0h
I have been trying to get in contact with some of the pyogg folks via IRC and individual email, but have been having little success. I wanted to get some information about the svn commital/maintainers process.... Any information on where I could direct the questions would be much appreciated.
2005 Jun 19
2
Extracting Ogg metadata from File-like python objects
Dear Ogg-dev list; I'm having some difficulty with the python libraries for extracting comment/header info out of Ogg files... Would somebody more experienced than me offer some advice? I'm working on expanding a Python/Zope product for dealing with MP3 files so that it can also handle a spectrum of other file-formats including Ogg-Vorbis. Initially we will be storing all of our media
2005 Dec 08
1
A few questions how to use libogg
1.) after initializing a ogg_stream_state may I just keep calling ogg_stream_packetin with valid ogg_packet's until no more ogg_packets needs to be added? Or do I need to call ogg_stream_pageout after every ogg_stream_packetin? Iaw may I delay calling ogg_stream_pageout until there are no more packets to be added? 2.) I assume I have call ogg_stream_pageout until no more pages can be
2000 Oct 27
0
Python bindings
I saw Alex Shinn's post on Perl bindings and felt the need to make Python bindings for ogg and ao. I borrowed heavily from his interface and a little bit from his code. Hope that's ok! Right now I just have ogg.vorbis and ao, but that's enough to play a file. I'll try to get the rest implemented soon. It has documentation, but it's very likely incorrect, as I'm still
2001 Jan 17
2
Python Module
All (Newbie Alert) A python interface for the Vorbis library would cheer up a lot of Python developers working on jukebox and streaming audio projects. I have some capability here, but before I start hacking around with the library: Has anyone else attempted a Python module? Should I wait for a new cut of the code before even starting? Cheers BJ -- Bernard Jauregui
2007 Feb 15
1
How to do Theora playback efficiently ?
Dear theora developer community, currently I'm working on a simple Theora player for Windows. But the code in the player_example.c seems not to have the performance of other implementations like the Direct Show filters by illuminate. In the example player, all important things are done in one thread: decoding the next vorbis or theora packet(s) and reading from the physical stream (+ split
2003 Oct 01
0
Ogg Traffic for September 30, 2003
Hi everybody: Here is the newest round of status updates from Xiph.org. The HTML version is at http://www.vorbis.com/ot/20030930.html. Enjoy! -Carsten <p>Ogg Traffic for Tuesday, September 30, 2003 Author: Carsten "Purple" Haese Contact: [1]carsten@xiph.org Date: September 30, 2003 Table of Contents 1 Status Updates 1.1 Monty 1.2