it gets wav details as I wish but still keeps the file open so when I try to move the file later on in the script I get the error "file being used by another process". Can anyone tell me how to close the file?use Audio::Wav; my $wav = new Audio::Wav; my $read = $wav -> read( "$filename.wav" ); my $details = $read -> details(); my $frequency = $details -> {sample_rate};
In reply to audio::wav::read by marauder
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |