<div dir="ltr"><div><div>jack_capture is a program for recording soundfiles with jack.</div><div><br></div><div>The default operation of the program is executed by writing "jack_capture"</div><div>in the terminal without any extra command line options:</div><div><br></div><div>   $ jack_capture</div><div><br></div><div>...which will record what you hear in your loudspeakers</div><div>into a stereo wav file. But it has lots of other features as well.</div></div><div><br></div><div>Project page: <a href="https://github.com/kmatheussen/jack_capture">https://github.com/kmatheussen/jack_capture</a></div><div>Download from <a href="http://archive.notam02.no/arkiv/src/?C=M;O=D">http://archive.notam02.no/arkiv/src/?C=M;O=D</a><br></div><div><br></div><div>Changes 0.9.71 -> 0.9.72:<br></div><div><div> * Print warning in case user overwrites existing file.</div><div> * Use execvp, not execv. Also print strerror() if execvp failed. Fix for time machine mode.</div><div> * Support OSX (Luciano Iammarino)<br></div><div> * Some tsan fixes</div><div> * replace static .wav suffix with correct soundfile_format (Sebastian Reimers)</div><div> * Silence unused parameter warnings from gcc 4.8</div><div> * Warn about unable to set SCHED_OTHER process using setpriority(), not a SCHED_FIFO process</div><div> * Compilation patches from debian</div></div><div><br></div></div>