diff options
author | Chris Robinson <[email protected]> | 2016-04-10 13:03:00 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-04-10 13:03:00 -0700 |
commit | 1faa7b536d46f9f085c697ddbbac1a3e4e8bb0df (patch) | |
tree | ea6c29ddeb451307c285f7f9d619d126b72a456a | |
parent | 7bdd68ddbe896bc7d50a8a43ba093d66e1c0216e (diff) |
Fix xover_freq type in the ambdec doc
-rw-r--r-- | alsoft_ambdec.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alsoft_ambdec.txt b/alsoft_ambdec.txt index 65965f3b..0afc5064 100644 --- a/alsoft_ambdec.txt +++ b/alsoft_ambdec.txt @@ -20,7 +20,7 @@ may be any amount of whitespace in between the option and parameter values. Strings are *not* enclosed in quotation marks. /description <desc:string> -Specifies a text description of the configuration. Ingored by OpenAL Soft. +Specifies a text description of the configuration. Ignored by OpenAL Soft. /version <ver:int> Declares the format version used by the configuration file. OpenAL Soft @@ -65,7 +65,7 @@ Specifies whether gain compensation is applied for output. This is used to correct for volume variations caused by different speaker distances. As OpenAL Soft has its own config option for this, this is ignored. -/opt/xover_freq <freq:int> +/opt/xover_freq <freq:float> Specifies the crossover frequency for dual-band decoders. Frequencies less than this are fed to the low-frequency matrix, and frequencies greater than this are fed to the high-freqyency matrix. Unused for single-band decoders. |