From 0e1b107127aa8795041bf13730d16a0d5f958011 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 14 Mar 2008 09:33:37 +0100 Subject: [PATCH] Add para_afh to web pages. --- FEATURES | 1 + README | 11 +++++++++++ web/documentation.in.html | 1 + 3 files changed, 13 insertions(+) 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] -- 2.39.2