jack_capture is a small simple program to capture whatever sound is going out to your speakers into a file.
jack_capture is the program I always wanted to have for jack, but no one made. So here it is.
Usage:
jack_capture [ -b bitdepth ] [-c channels] [ -B bufsize ] [filename]
Filename is by default auotogenerated to something like "jack_capture_.wav"
Bitdepth is by default FLOAT.
Channels is by default 2.
Bufsize is by default 262144.
Requirements:
· JACK
ACKNOWLEDGMENT
Mostly based on the jackrec program in the jack distribution
made by Paul Davies and Jack O'Quin.
What's New in This Release:
· Added -z argument that choose number of leading zeros.
· Various changes.
Product's homepage