Audio::File abstracts a single audio file, independant of its format. Using this module you can access a file’s meta-info like title, album, etc. as well as the file’s audio properties like its length and bitrate.
Currently supported formats are: FLAC, Ogg Vorbis, MP3, and MP4, but support for other formats may be easily added.
To install this module type the following:
perl Makefile.PL make make test make installThis module requires these other modules and libraries:
Audio::FLAC Ogg::Vorbis::Header::PurePerl MP3::Tag MP3::Info MP4::InfoStandard perldoc documentation is provided in the module:
perldoc Audio::file
This is a fork of Florian Ragwitz’s original Audio::File module. The upstream author has apparently abandoned both the module and the Debian package for which he is the maintainer, so I have taken over maintaing this unofficial fork.
This version of Audio::File is copyright © 2009 by Alex Malinovich.
Homepage: http://wiki.github.com/demonbane/audio-file
Original upstream: http://search.cpan.org/~flora/Audio-File-0.11/