1JACKREC(1) General Commands Manual JACKREC(1)
2
3
4
6 jackrec - JACK toolkit client for recording audio
7
9 jackrec -f filename -d seconds [ -b bitdepth ] port1 [ port2 ... ]
10
12 jackrec is a basic, but useful, audio recorder that will record audio
13 from 1 or more JACK ports to a file on disk. The file format is always
14 RIFF/WAV, with samples stored as signed integers. The sample bit depth
15 can be selected using the -b option. The file will have as many chan‐
16 nels as there are ports specified on the command line - each channel
17 will contain the data recorded from one port. The user should generally
18 specify the duration (in seconds) using the -d option. If not speci‐
19 fied, jackrec will record until terminated by a signal (eg. from Ctrl-
20 c).
21
22 This application is not intended to be a heavy duty audio recorder, and
23 originated as an example client to show how to handle threading and
24 disk I/O in a JACK client. However, it is a useful, simple recorder and
25 is included in the JACK toolkit as a result.
26
27
28
29
30
311.9.7 May 2011 JACKREC(1)