From: Andre Noll Date: Fri, 14 Mar 2008 08:33:37 +0000 (+0100) Subject: Add para_afh to web pages. X-Git-Tag: v0.3.2~63^2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=0e1b107127aa8795041bf13730d16a0d5f958011 Add para_afh to web pages. --- diff --git a/FEATURES b/FEATURES index 0151bb58..100a49c5 100644 --- a/FEATURES +++ b/FEATURES @@ -11,6 +11,7 @@ Features * Volume normalizer * Stream grabbing at any point in the filter chain * Stand-alone command line receiver/decoder/normalizer/player + * Stand-alone audio format handler utility * Sophisticated audio file selector * Small memory footprint * Command line interface for easy scripting in high-level languages diff --git a/README b/README index 7a564f92..0e1e5cb4 100644 --- a/README +++ b/README @@ -96,6 +96,17 @@ 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. 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 ---------- diff --git a/web/documentation.in.html b/web/documentation.in.html index 4e84f446..a9d3e3a2 100644 --- a/web/documentation.in.html +++ b/web/documentation.in.html @@ -36,6 +36,7 @@ [para_audiod] [para_client] [para_audioc] + [para_afh] [para_fsck] [para_recv] [para_filter]