aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2022-01-12 03:05:56 -0800
committerChris Robinson <[email protected]>2022-01-12 03:25:59 -0800
commit481b115b96608fdd8f3178a2b7d7c0f3d3f06b69 (patch)
treea10632e9505903d8a94d57aa851b60235ea6b5a9 /utils
parent5ec7d8cf960599a6ae0bb08ba2c219511c35e9ab (diff)
Add an ambi-format option for ACN ordering and FuMa scaling
Diffstat (limited to 'utils')
-rw-r--r--utils/alsoft-config/mainwindow.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/alsoft-config/mainwindow.cpp b/utils/alsoft-config/mainwindow.cpp
index 718752c6..baecf525 100644
--- a/utils/alsoft-config/mainwindow.cpp
+++ b/utils/alsoft-config/mainwindow.cpp
@@ -130,8 +130,9 @@ static const struct NameValuePair {
}, ambiFormatList[] = {
{ "Default", "" },
{ "AmbiX (ACN, SN3D)", "ambix" },
- { "ACN, N3D", "acn+n3d" },
{ "Furse-Malham", "fuma" },
+ { "ACN, N3D", "acn+n3d" },
+ { "ACN, FuMa", "acn+fuma" },
{ "", "" }
}, hrtfModeList[] = {