diff options
author | sin <sin@2f30.org> | 2014-10-08 14:42:42 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-10-08 14:42:42 +0100 |
commit | c0d6bab9d075146fdb0d60df77a3dddd0f4c33c1 (patch) | |
tree | 6b25cb3907c18db72f3568ca8c89cba0aa67828f /README | |
parent | 106a87741426a9d2f470e5295e20de17a17c4822 (diff) |
Update README
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,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_pending # 1 if pending, 0 otherwise +| |-- call_pending # 1 if a call is pending, 0 otherwise | |-- 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 |