descriptions updated
[www.jankratochvil.net.git] / project / pipebuf / ListItem.pm
index c7922f3..010eaf0 100755 (executable)
@@ -38,13 +38,9 @@ our @ListItem=(
                "maintenance"=>"ready",
                "language"=>"C",
                "description"=><<"HERE",
-<p>You can do a buffering of realtime data such as audio stream by inserting this program
+<p>You can buffer realtime data such as audio stream by inserting this program
 with traditional &quot;UNIX filter&quot; behaviour. It reads as fast as possible into
-its cache and also in the same time writes as fast as possible to the output. In fact
-it is implemented as two processes (no threads - no pthread libraries needed, only IPC
-communication used). Features custom buffer sizes, prefill (start writing of the first byte
-only after the WHOLE buffer has beel filled up) and warning messages when buffer is getting
-emptied.</p>
+its cache and also in the same time writes as fast as possible to the output.</p>
 HERE
                );