diff options
author | Chris Robinson <[email protected]> | 2019-04-29 13:07:02 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-04-29 19:47:14 -0700 |
commit | cef7eebed663e1daf8704eceb09f05ff75609ec5 (patch) | |
tree | 38659299da22c581ea10ced9df55037a5a0a8c50 /alsoftrc.sample | |
parent | b42694ea31b3c72348e2467c43171b31f7eef5a8 (diff) |
Disable NFC by default
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 9b5dd2f9..95d4ff82 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -275,17 +275,18 @@ distance-comp = true # 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 +# in the decoder configuration file. +nfc = false ## nfc-ref-delay -# Specifies the reference delay value for ambisonic output. When channels is -# set to one of the ambi* formats, this option enables NFC-HOA output with the -# specified Reference Delay parameter. The specified value can then be shared -# with an appropriate NFC-HOA decoder to reproduce correct near-field effects. -# Keep in mind that despite being designed for higher-order ambisonics, this -# applies to first-order output all the same. When left unset, normal output -# is created with no near-field simulation. +# Specifies the reference delay value for ambisonic output when NFC filters +# are enabled. If channels is set to one of the ambi* formats, this option +# enables NFC-HOA output with the specified Reference Delay parameter. The +# specified value can then be shared with an appropriate NFC-HOA decoder to +# reproduce correct near-field effects. Keep in mind that despite being +# designed for higher-order ambisonics, this also applies to first-order +# output. When left unset, normal output is created with no near-field +# simulation. Requires the nfc option to also be enabled. nfc-ref-delay = ## quad: |