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


in reply to Re: How to record audio file?
in thread How to record audio file?

Sorry, I forgot to mention that this is for Windows. I had already looked on CPAN but couldn't find a library. I'm sure what I need is there but would like a recommendation

I'd like to be able to initiate and terminate the recording of an audio file from within perl. thanks!

Replies are listed 'Best First'.
Re^3: How to record audio file?
by roboticus (Chancellor) on Jan 20, 2013 at 02:01 UTC

    redss:

    I see what you mean. I just looked, and while I found Win32::Sound, it was only for playing sounds. You may have to use Win32::API and connect directly to the Windows sound API to do your recording.

    ...roboticus

    When your only tool is a hammer, all problems look like your thumb.