X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=web%2Fmanual.md;fp=web%2Fmanual.md;h=23966565a50040379fc524736f92093bc57150ef;hp=f041b3da77fcfb1402211b0cf102e47a5fbb08fc;hb=3a1470de6e286914b8e4101c713928b15a3f3aac;hpb=db3c57973fd902e1881c520113444e94399552ec diff --git a/web/manual.md b/web/manual.md index f041b3da..23966565 100644 --- a/web/manual.md +++ b/web/manual.md @@ -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 ======