NEWS update.
[paraslash.git] / amp_filter.ggo
1 section "The amplify filter"
2
3 option "amp" a
4 "amplification value"
5 int typestr="number"
6 default="32"
7 optional
8 details="
9         The amplification value determines the scaling factor by
10         which the amplitude of the audio stream is multiplied. The
11         formula for the scaling factor is
12
13                 factor = 1 + amp / 64
14
15         amp value       scaling factor
16         ~~~~~~~~~       ~~~~~~~~~~~~~~
17         0               1
18         32              1.5
19         64              2
20         128             3
21 "