From 9be19e7946fd413df61eca5e9a934834c5757494 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 28 Sep 2007 23:31:21 +0200 Subject: [PATCH] README,INSTALL: Fix some spelling errors. --- INSTALL | 6 +++--- README | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/INSTALL b/INSTALL index 83d598ea..ac1ccacb 100644 --- a/INSTALL +++ b/INSTALL @@ -9,7 +9,7 @@ Install all needed packages --------------------------- See README for a list of required software. Don't be afraid of the long -list of unusal libraries: Most of them are only needed for optional +list of unusual libraries: Most of them are only needed for optional programs. Autoconf will detect what is installed on your system and will only build those executables that can be built with your setup. @@ -166,7 +166,7 @@ receiver specifier for each supported audio format, like this: -r 'mp3:http -i server_host' -The prefered way to use para_audiod is to run it once at system start +The preferred way to use para_audiod is to run it once at system start as an unprivileged user. para_audiod needs to create a "well-known" socket for the clients to connect to. The default path for this socket is @@ -216,7 +216,7 @@ arbitrary commands. There are several flavours of key-bindings: command>" instead of "". -That's all, congratulations. Check out all the other optional gimmics! +That's all, congratulations. Check out all the other optional gimmicks! Troubles? ~~~~~~~~~ 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. -- 2.30.2