1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
# Config file for jack_capture.
# Only long-form options work (i.e. those starting with --).
# Options given here can in many cases be overriden with command line argument to jack_capture.
# Copy the file here: ~/.jack_capture/config
# A line can be one of:
# 1. <variable> = <value>
# 2. <switch>
# 3. # <anything> (a comment)
# Variables and switches:
#
# recording-time = n
# filename-prefix = s
# leading-zeros = n
# format = format
# print-formats
# version
# silent
# quiet
# verbose
# mp3
# mp3-quality = n
# mp3-bitrate = n
# write-to-stdout
# disable-meter
# hide-buffer-usage
# disable-console
# no-stdin
# daemon
# linear-meter
# dB-meter-reference = n
# meterbridge
# meterbridge-type type
# meterbridge-reference = level
# jack-transport
# jack-transport-multi
# jack-frewheeling
# manual-connections
# bufsize = s
# maxbufsize = s
# filename = filename
# osc = port
# timestamp
# rotatefile frames
# hook-open command
# hook-close command
# hook-rotate command
# hook-timing command
|