Re: How to capture audio from speaker?
[email protected] Tue, 14 May 2019 18:01:28 +0900 (JST)
| Newsgroups | gmane.comp.audio.jackit |
|---|---|
| Message-ID | <1354878466.1182933.1557824488582.JavaMail.yahoo@jws704101.mail.ssk.yahoo.co.jp> |
Hi
I have install jack_capture and how can I run it?
$ jack_capture./jack_captureCannot connect to server socket err = No such file or directoryCannot connect to server request channeljack server is not running or cannot be startedJackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlockJackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock>>> jack_client_open() failed, status = 0x11
So I start jackd :
$ jackd -d coreaudio
then start jack_capture
$ jack_capture
then it starts to record, but the audio file I got jack_capture_01.wav is just blank
Anything wrong?
Thanks
----- Original Message -----
From: Kjetil Matheussen <[email protected]>
To: [email protected]
Cc: "[email protected]" <[email protected]>; "[email protected]" <[email protected]>
Date: 2019/5/14, Tue 17:51
Subject: Re: [Jack-Devel] How to capture audio from speaker?
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
_______________________________________________
Jack-Devel mailing list
[email protected]
http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org