Audio::File

Audio::File is a audio file abstraction library.
Download

Audio::File Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Florian Ragwitz
  • Publisher web site:
  • http://search.cpan.org/~flora/

Audio::File Tags


Audio::File Description

Audio::File is a audio file abstraction library. Audio::File is a audio file abstraction library.SYNOPSIS use Audio::File; my $file = Audio::File->new( "foo.bar" ); print "The ". $file->type() ."-file ". $file->name ." is ". int $file->length() ." seconds long.n"; print "It's interpreted by ". $file->tag->artist() ." and called ". $file->tag->title() ".n";Audio::File abstracts a single audio file, independant of its format. Using this module you can access a files meta-info like title, album, etc. as well as the files audio-properties like its length and bitrate.Currently only the formats flac, ogg vorbis and mp3 are supported, but support for other formats may be easily added. Requirements: · Perl


Audio::File Related Software