]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Add para_afh to web pages.
authorAndre Noll <maan@systemlinux.org>
Fri, 14 Mar 2008 08:33:37 +0000 (09:33 +0100)
committerAndre Noll <maan@systemlinux.org>
Fri, 14 Mar 2008 08:33:37 +0000 (09:33 +0100)
FEATURES
README
web/documentation.in.html

index 0151bb58b7038ba342ed41e7e7d8fdea4f357d4d..100a49c5c58fa7873373590832312fde8c5f7dd9 100644 (file)
--- 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 7a564f9214318aaf5e15bc4da8f61d1a26cc35d0..0e1e5cb4df4a5853e340c4fb96cb2af05d6ca6db 100644 (file)
--- 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
 ----------
index 4e84f446eb542ea8f11cf1466c97ecb6d28dcf59..a9d3e3a2b77f131604998ea2aba37e7462c892f2 100644 (file)
@@ -36,6 +36,7 @@
        [<a href="para_audiod.man.html">para_audiod</a>]
        [<a href="para_client.man.html">para_client</a>]
        [<a href="para_audioc.man.html">para_audioc</a>]
+       [<a href="para_afh.man.html">para_afh</a>]
        [<a href="para_fsck.man.html">para_fsck</a>]
        [<a href="para_recv.man.html">para_recv</a>]
        [<a href="para_filter.man.html">para_filter</a>]