http://www.perlmonks.org?node_id=458369


in reply to Re: Recording Sound File
in thread Recording Sound File

I actually did just use Audio::Wav in a script (just last week) where I needed to pull the length of a wav in minutes and seconds. I did see the Audio::Wav::Write and I don't see how you pull information from the microphone. I see that they are writing to a WAV file, however, I am confused on what they are writing from? How would I go about opening up the sound device and writing from it to use this module?