muze has asked for the wisdom of the Perl Monks concerning the following question:
Now first thing I want to know is; how do I know that I have this library Audio::Wav. Second: I moved to the directory where I saved this file using terminal and run the command perl ./PlayWave.pl but this does not do anything. Whats wrong with this sample? thnx#.....PlayWave.pl use Audio::Wav; my $wav = new Audio::Wav; my $read = $wav -> read( 'Test.wav' ); my $details = $read -> details();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Playing wave file in Ubuntu 10.10
by fidesachates (Monk) on Mar 30, 2011 at 18:45 UTC | |
|
Re: Playing wave file in Ubuntu 10.10
by Eliya (Vicar) on Mar 30, 2011 at 19:16 UTC | |
|
Re: Playing wave file in Ubuntu 10.10
by zentara (Cardinal) on Mar 30, 2011 at 23:00 UTC | |
|
Re: Playing wave file in Ubuntu 10.10
by chrestomanci (Priest) on Mar 30, 2011 at 20:17 UTC |