doc: Move filter examples to man page.
[paraslash.git] / web / manual.md
index f041b3da77fcfb1402211b0cf102e47a5fbb08fc..23966565a50040379fc524736f92093bc57150ef 100644 (file)
@@ -1755,17 +1755,6 @@ Both filters require almost no additional computing time, even when
 operating on uncompressed audio streams, since data buffers are simply
 "pushed down" rather than copied.
 
-Examples
---------
-
--> Decode an mp3 file to wav format:
-
-       para_filter -f mp3dec -f wav < file.mp3 > file.wav
-
--> Amplify a raw audio file by a factor of 1.5:
-
-       para_filter -f amp --amp 32 < foo.raw > bar.raw
-
 ======
 Output
 ======