X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=README;h=ef07eed52c059fa26c5b9752ff73380d330a4cd6;hp=b311307d1e54177adec3b43a05c777028ca95b57;hb=769888ee3175ed60df3c23caf51cdad5db33d141;hpb=09ca53c1a6409d5a4f8a78763f2c4fb1fd4c4f6d diff --git a/README b/README index b311307d..ef07eed5 100644 --- a/README +++ b/README @@ -65,7 +65,7 @@ little programming effort. All connections between para_server and para_client are encrypted by default. For each user of paraslash you must create a public/secret -key pair for authentication. The (authenticated) connection is crypted +key pair for authentication. The (authenticated) connection is encrypted with a symmetric rc4 session key. -------------------- @@ -84,7 +84,7 @@ is completely independent from the rest of paraslash, so it might be useful also for different purposes. para_filter combines several decoders (mp3, oggvorbis, aac) and a -volume normalzer. New filters can be added easily due to the modular +volume normalizer New filters can be added easily due to the modular design. If more than one filter is specified, the given filters are 'piped' together in-memory, i.e. without calling any of the read(2)/write(2)/select(2) etc. functions. @@ -94,7 +94,7 @@ para_write (obligatory) ----------------------- A modular audio stream writer. It supports a simple file writer -output plugin and optional wav/raw players for alsa (linux-only, +output plug-in and optional wav/raw players for alsa (linux-only, Debian package: libasound2-dev) and Mac OS. para_write can also be used as a stand-alone wav or raw audio player. @@ -106,7 +106,7 @@ The local daemon that collects information from para_server. It runs on the client side and connects to para_server. The audio stream is read from the network and sent through any of paraslash's filters (decoder, -volume normalizer). The resulting stream is written to an output plugin +volume normalizer). The resulting stream is written to an output plug-in (writer), e.g. the alsa writer on linux systems. It is possible to capture the stream at any position in the filter chain.