diff options
Diffstat (limited to 'doc/example.ini')
-rw-r--r-- | doc/example.ini | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/example.ini b/doc/example.ini index 512e196..21f15ea 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -127,16 +127,17 @@ dac_clk_rate=0 ; and ;dac_clk_rate=128000000 -; Settings for crest factor reduction +; Settings for crest factor reduction. Statistics for ratio of +; samples that were clipped are available through the RC. [cfr] enable=0 ; At what amplitude the signal should be clipped -clip=1.0 +clip=70.0 ; How much to clip the error signal used to compensate the effect ; of clipping -error_clip=1.0 +error_clip=0.05 [firfilter] ; The FIR Filter can be used to create a better spectral quality. |