man Audio::WMA () - Perl extension for reading WMA/ASF Metadata
NAME
Audio::WMA - Perl extension for reading WMA/ASF Metadata
SYNOPSIS
use Audio::WMA;
my $wma = Audio::WMA->new($file);
my $info = $wma->info();
DESCRIPTION
This module implements access to metadata contained in WMA files.
SEE ALSO
Audio::FLAC, <http://getid3.sf.net/>
AUTHOR
Daniel Sully, <daniel@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2003 by Daniel Sully
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.