Displaying 11 results from an estimated 11 matches for "pyvorbis".
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 C Object.
If this is correct, the only thing i need is the li...
2002 Jul 22
1
Problems with pyvorbis python bindings.
...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 latest version of pyao, pyogg, and
pyvorbis, however pyvorbis gave me the following error:
: You must have the Ogg Python bindings
: installed in order to build and install
: these bindings. Import of ogg._ogg failed.
When I try to import ogg._ogg in IDLE...
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
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),...
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
right header and so on, but no data has been written....
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 su...
2004 Feb 16
0
C++, Python wrappers for libogg and libvorbis
...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
boost.python, this ogg+vorbis wrapper has about six times fewer lines of
human-generated code than equivalent functionality in pyogg/pyvorbis.
it's also closer in some ways to the original C interface than
pyogg/pyvorbis. however, it takes longer to compile and the object size
is larger. (run strip on the end product)
I would appreciate feedback related to whether this early release
compiles on interested persons' UNIX-like syst...
2003 Aug 30
0
vorbis 1.0.1 - debian bts bug list
...port.cgi?src=libogg
http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=libvorbis
http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=vorbis-tools
http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=pyao
http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=pyogg
http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=pyvorbis
--- >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 word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages...
2003 Nov 25
0
trouble getting libvorbis to cut beginning of the bitstream
...orbis 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:
<OggPage, BOS pageno = 0, granulepos = 0, serialno = 2079510926, head length = 28, body length = 30 at 0x4019b3e0>
<OggPacket, BOS packetno = 0, granulepos = 0, length = 30 at 0x401e7bb0>
<OggPage, pageno = 1, granulepos = 0, se...
2003 Oct 01
0
Ogg Traffic for September 30, 2003
...heora, and he updated the MacOS Codewarrior project for Vorbis in
anticipation of 1.0.1.
1.8 Jack Moffitt
Jack is working on fixing up the Win32 Vorbis SDK, which is the only
missing item for the Vorbis 1.0.1 bugfix release.
1.9 Andrew Chatham
Andrew committed two patches to the pyvorbis python bindings. One
fixes a file descriptor leak, and the other corrects an exception
leak.
1.10 Manuel Lora
Manuel committed a few corrections to the positron man pages.
2 Recent Developments
2.1 A Technical Introduction to Vorbis
If you've ever tried to understand what...
2003 Jul 15
1
Ogg Traffic for July 15, 2003
...ines to libao
to make the macosx device work, he joined Karl and Brendan 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...