![]() |
![]()
| ![]() |
![]()
NAMEAudio::WMA - Perl extension for reading WMA/ASF Metadata SYNOPSISuse Audio::WMA; my $wma = Audio::WMA->new($file); my $info = $wma->info(); foreach (keys %$info) { print "$_: $info->{$_}\n"; } my $tags = $wma->tags(); foreach (keys %$tags) { print "$_: $tags->{$_}\n"; } DESCRIPTIONThis module implements access to metadata contained in WMA files. METHODS
SEE ALSOAudio::FLAC::Header, <http://getid3.sf.net/> http://github.com/dsully/perl-audio/tree/master/Audio-WMA AUTHORDan Sully, <daniel | at | cpan.org> COPYRIGHT AND LICENSECopyright 2003-2008 by Dan Sully & Logitech. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|