X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=README;h=3308d0b3f3f0cc45c83af7ca218688c39e3b34d0;hp=7a564f9214318aaf5e15bc4da8f61d1a26cc35d0;hb=6442f07bb08eb6e557086587f997b1785ea18ef7;hpb=3d5fa4321e45e5dff92d9a1aa9a2b3502872043b diff --git a/README b/README index 7a564f92..3308d0b3 100644 --- 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 ----------