Re: How to capture audio from speaker?
Kjetil Matheussen <[email protected]> Tue, 14 May 2019 11:23:30 +0200
| Newsgroups | gmane.comp.audio.jackit |
|---|---|
| Message-ID | <CAC6niE+ZgNbsSgUL2WjJA7YJ=kTvFYG1v52fBK1a0Wt7uxLONg@mail.gmail.com> |
On Tue, May 14, 2019 at 11:16 AM <[email protected]> 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.