Displaying 1 result from an estimated 1 matches for "eyeofdog".
2000 Oct 24
1
Perl modules
As promised, I've written vorbis Perl modules (separated into an Ogg
Vorbis module and an ao module). You can get tarballs and .debs at
http://eyeofdog.org/foof/code/vorbis/
Ogg::Vorbis is an object oriented module based around OggVorbis_File.
Ogg::Vorbis::Info is an accessor class to the vorbis_info struct.
Comments are retrieved as a simple hash. Since this is based around
libvorbisfile it can't write/encode files yet. Includes pogg (Perl...