Audio::Wav::Read 0.06 review

Download
by rbytes.net on

License: Perl Artistic License
File size: 17K
Developer: Nick Peskett
0 stars award from rbytes.net

Audio::Wav::Read is a Perl module for reading Microsoft WAV files.

SYNOPSIS

use Audio::Wav;
my $wav = new Audio::Wav;
my $read = $wav -> read( 'filename.wav' );
my $details = $read -> details();

Reads Microsoft Wav files.

Requirements:
Perl

Audio::Wav::Read 0.06 search tags