Audio::Wav::Read 0.06 review
Download
|
|
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