[Jack-Devel] How to capture audio from speaker?

Kjetil Matheussen k.s.matheussen at gmail.com
Tue May 14 11:23:30 CEST 2019


On Tue, May 14, 2019 at 11:16 AM <garden_9652 at yahoo.co.jp> wrote:
>
> Hi
>
> It does not have to be Chrome, in order to use jack_capture
>
> How can play something use jack?
>

The best way is if the program has been written to output it's audio
to jack, using the libjack api.

Another way is to make an audio pipe, where you have a program/system
that creates two virtual audio devices, where the output device sends
the audio to the input device. If you have something like that, you
can make the output driver the default audio output device (all
programs sends to this device), and let jackd connect to the input
device. Maybe soundflower can do that, or maybe some other software.
You'll have to look around.



More information about the Jackaudio mailing list