diff options
author | Chris Robinson <[email protected]> | 2017-03-12 08:18:36 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-03-12 08:56:19 -0700 |
commit | f276e83c8d136b12d5f61c323d340aee47ff88d5 (patch) | |
tree | d187c21137812023e7621f09e64cc76487965ab8 /alsoftrc.sample | |
parent | 7b4645f5f8d0269f47517a506297bfb7694ec990 (diff) |
Document the nfc config option and expose it in alsoft-config
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 1068e311..26ef9153 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -238,6 +238,15 @@ hq-mode = false # specified in the decoder configuration file. distance-comp = true +## nfc: +# Enables near-field control filters. This simulates and compensates for low- +# frequency effects caused by the curvature of nearby sound-waves, which +# creates a more realistic perception of sound distance. Note that the effect +# may be stronger or weaker than intended if the application doesn't use or +# specify an appropriate unit scale, or if incorrect speaker distances are set +# in the decoder configuration file. Requires hq-mode to be enabled. +nfc = true + ## quad: # Decoder configuration file for Quadrophonic channel output. See # docs/ambdec.txt for a description of the file format. |