From 8a74136c7582ad973440dac706c1da32b2fe2414 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 21 Dec 2015 05:36:06 +0100 Subject: recommend compression MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README b/README index a8f6402..e7a9082 100644 --- a/README +++ b/README @@ -83,6 +83,16 @@ OPTIONS Each option can only be used once. +NOTES + It may be a good idea to compress the file before + transmitting it. For example + + xz -e9 < your-file | fodtmf-send ## sender + fodtmf-recv | xz -d > your-file ## receive + + But note well, which compresion algorithm is most + efficient depends on the file. + RATIONALE I really don't know precisely why. But it sounded fun. -- cgit v1.2.3-70-g09d2