manual: Mention that audio format handlers are part
authorAndre Noll <maan@systemlinux.org>
Fri, 18 Apr 2014 03:20:55 +0000 (03:20 +0000)
committerAndre Noll <maan@systemlinux.org>
Sat, 28 Jun 2014 11:17:42 +0000 (13:17 +0200)
of para_recv and para_play.

web/manual.m4

index e809c8b22be7ddea6a6e9335550670098a303b06..1f1c7f2aa063d63a5b4418556e4e2647cfc31901 100644 (file)
@@ -1245,8 +1245,9 @@ chunk table and reads the meta data.
 
 The audio format handler code is linked into para_server and executed
 via the _add_ command. The same code is also available as a stand-alone
 
 The audio format handler code is linked into para_server and executed
 via the _add_ command. The same code is also available as a stand-alone
-tool, para_afh, which can be used to print the technical data, the
-chunk table and the meta data of a file.
+tool, para_afh, which prints the technical data, the chunk table
+and the meta data of a file. Moreover, all audio format handlers are
+combined in the afh receiver which is part of para_recv and para_play.
 
 ----------
 Networking
 
 ----------
 Networking