The status codes printed by rec operations are:
. | Idle |
---|---|
S | Starting |
N | No data |
L | Put last, not yet completed |
D | Complete, retrieving remaining data |
* | Got data |
u | Overrun |
- | Completed |
These are the settings used by rec
:
agc
NEnables (non-zero) or disables (zero) AGC.
file
NAMESpecifies a file into which the data read from the rec operation will be saved. Each rec writes to its file independently, so if more than one used the same file, they will overwrite each other's data. The name may be specified as the value zero, to indicate that no file is to be used, or as a string in double-quotes ("). A quoted string is interpreted as in C.
format
FMTThe format of the recorded data. A list of the formats is printed if a question-mark (?) is given for the format.
gain
NThe gain to use for AGC. This setting is only used when adjusting a running record operation.
rate
NThe data sampling rate of the recorded data.
threshold
NThe transfer threshold to use.
vol
NThe volume adjustment to use.
This is a command understood by the pathtest test program.