descriptions updated
[www.jankratochvil.net.git] / project / pipebuf / ListItem.pm
index 5794d61..010eaf0 100755 (executable)
@@ -30,20 +30,17 @@ use My::Web;
 
 our @ListItem=(
                "name"=>"pipebuf",
-               "priority"=>8,
+               "platform"=>"unixuser",
+               "priority"=>7,
                "download"=>"pipebuf.c",
                "summary"=>"UNIX pipe realtime buffering",
                "license"=>"PD",
                "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
                );