]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - FEATURES
aacdec: kill some dead code
[paraslash.git] / FEATURES
index 27bfccda9bfbc50507d1833a9c9e7bc498b8b6c7..7fdd23996732a677765c6f4e850a92b14a69d182 100644 (file)
--- a/FEATURES
+++ b/FEATURES
@@ -12,9 +12,9 @@ configurable audio streaming software:
        sent through any of paraslash's filters (mp3 decoder, ogg
        vorbis decoder, volume normalizer,...). The resulting stream
        is written to an external program's standard in, usually an
        sent through any of paraslash's filters (mp3 decoder, ogg
        vorbis decoder, volume normalizer,...). The resulting stream
        is written to an external program's standard in, usually an
-       audio player like para_play, the alsa player of the paraslash
-       package. It is possible to capture the stream at any position
-       in the filter chain.
+       audio player like para_write, which comes with paraslash and
+       contains an alsa player.  It is possible to capture the stream
+       at any position in the filter chain.
 
        The receiving/filtering software is also available as
        standalone command line tool: para_recv reads the stream and
 
        The receiving/filtering software is also available as
        standalone command line tool: para_recv reads the stream and
@@ -47,13 +47,11 @@ small memory footprint:
        selector, mp3/ogg support, http/dccp/ortp support) is about 110K
        on i386 under Linux. para_audiod is even smaller.
 
        selector, mp3/ogg support, http/dccp/ortp support) is about 110K
        on i386 under Linux. para_audiod is even smaller.
 
-command line interface, including shell:
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-       para_client without arguments starts interactive (shell)
-       mode. Otherwise, command is sent to para_server directly
-       and output is dumped to stdout. This can be used by any
-       scripting language to produce user interfaces with little
-       programming effort.
+command line interface:
+~~~~~~~~~~~~~~~~~~~~~~~
+       paraslash commands are sent to para_server and the response is
+       dumped to stdout. This can be used by any scripting language
+       to produce user interfaces with little programming effort.
 
 authentication/encryption via openssl:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 authentication/encryption via openssl:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~