filter.c: Handle filter errors gracefully.
[paraslash.git] / README
diff --git a/README b/README
index 7a564f9214318aaf5e15bc4da8f61d1a26cc35d0..3308d0b3f3f0cc45c83af7ca218688c39e3b34d0 100644 (file)
--- a/README
+++ b/README
@@ -96,6 +96,19 @@ para_filter does not depend on other parts of paraslash, so it can
 be used as a stand-alone command line tool for audio decoding and
 volume normalization.
 
+--------
+para_afh
+--------
+
+A small stand-alone program that prints tech info about the given
+audio file to stdout. It can be instructed to print a "chunk table",
+an array of offsets within the audio file or to write the content of
+the audio file in complete chunks 'just in time'.
+
+This allows third-party streaming software that is unaware of
+the particular audio format to send complete frames in real
+time. Currently, mp3, ogg vorbis and aac are supported.
+
 ----------
 para_write
 ----------