From 4a3062e98ea50a8d6ec99a415df73434b6ec8ae8 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 1 Apr 2015 13:55:46 +0000 Subject: [PATCH 1/1] manual: Improve section on decoders. Decoders are also part of para_play but only para_filter and para_audiod are mentioned in the text. Let's just talk about "executables" here. --- web/manual.m4 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/web/manual.m4 b/web/manual.m4 index 5e58022e..d0fe28e0 100644 --- a/web/manual.m4 +++ b/web/manual.m4 @@ -1551,7 +1551,7 @@ can be directly sent to the sound device or any other software that operates on undecoded PCM data (visualizers, equalizers etc.). Such filters are called _decoders_ in general, and xxxdec is the name of the paraslash decoder for the audio format xxx. For example, the mp3 -decoder filter is called mp3dec. +decoder is called mp3dec. Note that the output of the decoder is about 10 times larger than its input. This means that filters that operate on the decoded audio @@ -1560,8 +1560,7 @@ the audio stream before it is fed to the decoder. Paraslash relies on external libraries for most decoders, so these libraries must be installed for the decoder to be included in the -para_filter and para_audiod executables. The oggdec filter depends -on the libogg and libvorbis libraries for example. +executables. For example, the mp3dec filter depends on the mad library. Forward error correction ~~~~~~~~~~~~~~~~~~~~~~~~ -- 2.39.2