X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=m4%2Fgengetopt%2Famp_filter.m4;fp=m4%2Fgengetopt%2Famp_filter.m4;h=0000000000000000000000000000000000000000;hp=a02cc5b73f8e2bf85a94090d3b781b4f85efe827;hb=4adde8dae3317fa83b81e7a860c9ed9133e99bb0;hpb=44779382f0699be6b8daeeb25e7e1a2c40116d4b diff --git a/m4/gengetopt/amp_filter.m4 b/m4/gengetopt/amp_filter.m4 deleted file mode 100644 index a02cc5b7..00000000 --- a/m4/gengetopt/amp_filter.m4 +++ /dev/null @@ -1,21 +0,0 @@ -args "--no-version --no-help" - -purpose "Amplify the decoded audio stream" - -option "amp" a -#~~~~~~~~~~~~~ -"amplification value" -int typestr="number" -default="32" -optional -details=" - The amplification value determines the scaling factor by - which the amplitude of the audio stream is multiplied. The - formula for the scaling factor is - - factor = 1 + amp / 64. - - For example, an amplifiction value of zero results in a - scaling factor of one while an amplification value of 64 - means to double the volume. -"