From 7d1365896ed4cc3e9be0fd2bdb5fac44ff154bc5 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 28 Aug 2006 22:12:49 +0200 Subject: [PATCH 1/1] FEATURES update the filter output is no longer sent to an external program. --- FEATURES | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/FEATURES b/FEATURES index df342c5b..e96676d2 100644 --- a/FEATURES +++ b/FEATURES @@ -9,16 +9,14 @@ para_server streams binary audio data (mp3/ogg/m4a files) over local and/or remote networks. It supports three builtin streaming methods (senders): http, dccp, or rtp. -para_audiod 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 external program's standard in, usually an -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/playing software is also available as -standalone command line tool: para_recv, para_filter, and para_write. +para_audiod 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 (writer), e.g. the alsa writer on linux systems. It is possible to +capture the stream at any position in the filter chain. + +The receiving/filtering/playing software is also available as standalone +command line tools: para_recv, para_filter, and para_write. ---------------------------------- configurable audio file selectors: -- 2.39.2