diff options
author | sin <sin@2f30.org> | 2014-10-24 14:30:40 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-10-24 14:30:55 +0100 |
commit | 267c56c41afbee3923e5f4127acd436c4eb9c44f (patch) | |
tree | 2109974ea2c4d90619b37919fc636809e3faef7c /README | |
parent | edf96a7ce3c34448be3250ad0a0137f7ab951ca8 (diff) |
Use (none, pending, active) instead of (0, 1, 2)
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ to help explain the semantics of the individual files. |-- 0A734CBA717CEB7883D.... # friend's ID excluding nospam + checksum | |-- call_in # 'arecord -r 48000 -c 1 -f S16_LE > call_in' to initiate a call | |-- call_out # 'aplay -r 48000 -c 1 -f S16_LE - < call_out' to answer a call -| |-- call_state # 0 if there's no call, 1 if call is pending and 2 if call is active +| |-- call_state # (none, pending, active) | |-- file_in # 'cat foo > file_in' to send a file | |-- file_out # 'cat file_out > bar' to receive a file | |-- file_pending # contains filename if transfer pending, empty otherwise |