Re: How to capture audio from speaker?

Kjetil Matheussen <[email protected]> Tue, 14 May 2019 10:51:30 +0200
Newsgroups gmane.comp.audio.jackit
Message-ID <CAC6niELK2n1tLLXppC44vMZ7nQ4h4_jNM9zuEsxS3C-4vXShvg@mail.gmail.com>
On Tue, May 14, 2019 at 10:49 AM <[email protected]> wrote:
>
> Hi
>
> Thank you so much for your quick response.
> I'm doing this for a side project, I need to capture the audio from speak and do some other tasks on the audio file once it's saved on disk.
>
> I'll look into jack_capture
>
Yes, that's what jack_capture was made for. Just run it without any
arguments, and it will record a stereo file, floating point wav, to
disk.
github page: https://github.com/kmatheussen/jack_capture