Bpl has asked for the wisdom of the Perl Monks concerning the following question:

Hi monkers, in those days I was trying to record audio from my microphone in perl ( I am using linux ), do you know any module which permits that? I have already tried the Audio::DSP but it is quite old and its IOCTL apparently doesn't work.

small update

I have found a way for record the audio with an rtlsdr using GQRX::Remote but I would like to find something which has a "microphone level" handling. Thanks Edoardo M

Replies are listed 'Best First'.
Re: Recording audio with perl
by thomas895 (Deacon) on Jul 25, 2020 at 07:24 UTC

    On Linux, Gstreamer is often used for this kind of thing. Looking around I believe you may be able to use Gstreamer1 for this. Then apply the method from this Python solution.

    -Thomas
    "Excuse me for butting in, but I'm interrupt-driven..."