Download List

Descripción del Proyecto

Ogg::Vorbis::Header is a Perl module for viewing
and modifying info and comment fields of files
encoded in the Ogg Vorbis compressed audio format.
It uses Inline::C to access the underlying Vorbis
libraries and provides an object oriented
interface, an incremental loading scheme, and
maintains no open filehandles between operations,
which allows data structures containing many
Ogg::Vorbis::Header objects to be created.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-05-21 14:12
0.03

El módulo puede ahora manejar los comentarios que no se ajusten a las normas por que no contiene una '='. Cuando se encuentra este comentario, se emite una advertencia y el comentario se omite.
Tags: Minor bugfixes
The module can now handle comments that don't
conform to standards by not containing an '='. When
such a comment is found, a warning is issued and
the comment is skipped.

2003-01-05 17:51
0.02

Un error en write_vorbis () que hizo imposible para editar los archivos con espacios en el nombre del archivo fue corregido. Una llamada al sistema en write_vorbis () se ha sustituido por una solución interna.
Tags: Major bugfixes
A bug in write_vorbis() that made it impossible to edit files with spaces in the filename was fixed. A system call in write_vorbis() was replaced with an internal solution.

2003-01-01 12:03
0.01

Tags: Initial freshmeat announcement

Project Resources