search for: andrewchatham

Displaying 3 results from an estimated 3 matches for "andrewchatham".

2003 Jul 15
1
Ogg Traffic for July 15, 2003
...on their quest to inject sanity into the libshout/ices/icecast build process, and he committed some build fixes to ogg123. 1.8 Andrew Chatham Andrew has made a bugfix release of the python bindings pyogg and pyvorbis. The latest version, 1.3, can be downloaded from [3]http://www.andrewchatham.com/pyogg/. 2 Recent Developments 2.1 Libshout 2.0 / ices 0.3 Tandem Release Brendan announced the joint release of [4]libshout 2.0 and [5]ices 0.3, together with the Python and Perl bindings for libshout 2.0, shout-perl 2.0.1 and shout-python 0.1. Libshout 2.0 contains lots of...
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
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