summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2014-10-08 14:41:59 +0100
committersin <sin@2f30.org>2014-10-08 14:41:59 +0100
commit106a87741426a9d2f470e5295e20de17a17c4822 (patch)
tree08f8e8308485413d22009696c17ea1c72b62971d /README
parentd3f52083a73f39921ed971222bc5e1be3404f4a0 (diff)
Update README
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index d3f8cb4..0d622e2 100644
--- a/README
+++ b/README
@@ -25,8 +25,8 @@ to help explain the semantics of the individual files.
.
|-- .ratox.data # ratox save file
|-- 0A734CBA717CEB7883D.... # friend's ID excluding nospam + checksum
-| |-- call_in # arecord -r 48000 -c 1 -f S16_LE > call_in
-| |-- call_out # aplay -r 48000 -c 1 -f S16_LE - < call_out
+| |-- 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
| |-- file_in # cat foo > file_in to send a file
| |-- file_out # cat file_out > bar to receive a file