diff options
author | Chris Robinson <[email protected]> | 2017-03-12 13:24:16 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-03-12 13:24:16 -0700 |
commit | 097ed84a871dbf467342740de6eea1c8f53f898e (patch) | |
tree | 0df6e08534b380e16d0dd0dffde12f6258b49660 /alsoftrc.sample | |
parent | f276e83c8d136b12d5f61c323d340aee47ff88d5 (diff) |
Handle the nfc-ref-delay config option
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 26ef9153..fcdd4027 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -247,6 +247,16 @@ distance-comp = true # in the decoder configuration file. Requires hq-mode to be enabled. nfc = true +## 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. +nfc-ref-delay = + ## quad: # Decoder configuration file for Quadrophonic channel output. See # docs/ambdec.txt for a description of the file format. |