Skip to content

davorg-cpan/audiofile-info-ogg-vorbis-header

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AudioFile::Info::Ogg::Vorbis::Header
====================================

AudioFile::Info::Ogg::Vorbis::Header is a plugin module for
AudioFile::Info. It extracts information from Ogg Vorbis files using the
module Ogg::Vorbis::Header.

INSTALLATION

To install this module type the following:

  perl Build.PL
  ./Build
  ./Build test
  ./Build install

The final step will probably need to be carried out with superuser
permissions.  

DEPENDENCIES

This module requires these other modules and libraries:

  * Ogg::Vorbis::Header
  * AudioFile::Info

COPYRIGHT AND LICENCE

Copyright (C) 2003 Dave Cross

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.