Displaying 5 results from an estimated 5 matches for "vorbismodule".
2001 Sep 02
1
vorbismodule 0.0b
Well, I've slaved and toiled for two days straight, gone almost without sleep,
and nearly had my brain explode, and what do I have to show for it? The new
version of the Python (http://www.python.org/) module for reading and
_writing_ Ogg Vorbis files!
What is it?
-----------
It is a Python (http://www.python.org/) module that emulates the native wave
and sunau interface for Ogg Vorbis
2002 Aug 02
1
Problems with ogg/vorbis python bindings.
...r version of the modules
lying around somewhere, so I did a: find / -name "*ogg*" and find /
-name "*voribs*" and deleted everything associated with ogg and vorbis,
then did a clean install of libao, libogg, libvorbis, vorbistools,
pyogg, and pyvorbis.
This is the ldd output on vorbismodule.so
asqui@martha:/usr/lib/python2.1/site-packages/ogg$ ldd vorbismodule.so
libvorbis.so.0 => /usr/local/lib/libvorbis.so.0 (0x4000e000)
libvorbisfile.so.3 => not found
libvorbisenc.so.2 => not found
libc.so.6 => /lib/libc.so.6 (0x4002f000)
libm.so...
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. P...
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. P...
2001 Oct 15
1
ogg to mp3 conversion
Howdy folks,
currently i am using a cygwin32 build of all tools on NT here at work.
most of my cd's are ripped to ogg files, but my mp3diskman is.. well an mp3 player. (http://www.soul.com.hk Its a nice player!)
i use:
ogg123.exe -d raw -f - "filename.ogg" | lame --r3mix -r - filename.mp3
Is there a better way of doing this, for instance passing the tags through as well? I am