X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=web%2Fmanual.m4;h=d0fe28e0ac6fed4e67db6dd0d0cef8a6784e7940;hp=5e58022e5dbfdbe1701871fbd7496f3d410bb978;hb=4a3062e98ea50a8d6ec99a415df73434b6ec8ae8;hpb=31938ae5cddd237a428e71501e23f28dc8c5e583 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 ~~~~~~~~~~~~~~~~~~~~~~~~