search for: pyogg

Displaying 13 results from an estimated 13 matches for "pyogg".

Did you mean: pyogg2
2002 Jul 22
1
Problems with pyvorbis python bindings.
...iginal 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...
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...
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...
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 shar...
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-...
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.
2003 Jul 15
1
Ogg Traffic for July 15, 2003
...ch from Ben Hines 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 binding...
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
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
2000 Oct 27
0
Python bindings
...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 figuring out how to use the API (default values in particular I pretty much chose at random or copied Alex). Source and RPMs are at http://dulug.duke.edu/~andrew/pyogg Oh, and I use the vorbis-config file, so there's one vote. I'd rather not figure out how to get Python's distutils and m4 to work together, but I'll live if it disappears. Andrew -- Andrew Chatham Duke University '02 andrew.chatham at duke.edu --- >8 ---- List archives:...
2003 Aug 30
0
vorbis 1.0.1 - debian bts bug list
...port.cgi?src=libao http://bugs.debian.org/cgi-bin/pkgreport.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'...
2003 Nov 25
0
trouble getting libvorbis to cut beginning of the bitstream
...g 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: <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, granulepo...
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