]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
manual: Improve section on decoders.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 1 Apr 2015 13:55:46 +0000 (13:55 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 10 May 2015 14:11:00 +0000 (16:11 +0200)
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

index 5e58022e5dbfdbe1701871fbd7496f3d410bb978..d0fe28e0ac6fed4e67db6dd0d0cef8a6784e7940 100644 (file)
@@ -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
 ~~~~~~~~~~~~~~~~~~~~~~~~