diff options
author | Chris Robinson <[email protected]> | 2016-07-30 16:32:26 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-07-30 16:32:26 -0700 |
commit | 01af7b432d775fc2eb054fbbd3f131481c636e2b (patch) | |
tree | cd27e7c82c171d5a1f4591f7e28a5495fa8c2eb3 /utils/alsoft-config/mainwindow.cpp | |
parent | af258efda4d8e840e00859262fb894355bdbb270 (diff) |
Update alsoft-config for the ambisonic output configurations
Diffstat (limited to 'utils/alsoft-config/mainwindow.cpp')
-rw-r--r-- | utils/alsoft-config/mainwindow.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/alsoft-config/mainwindow.cpp b/utils/alsoft-config/mainwindow.cpp index bbe179e1..c5fd0a2d 100644 --- a/utils/alsoft-config/mainwindow.cpp +++ b/utils/alsoft-config/mainwindow.cpp @@ -78,6 +78,10 @@ static const struct NameValuePair { { "6.1 Surround", "surround61" }, { "7.1 Surround", "surround71" }, + { "Ambisonics, 1st Order", "ambi1" }, + { "Ambisonics, 2nd Order", "ambi2" }, + { "Ambisonics, 3rd Order", "ambi3" }, + { "", "" } }, sampleTypeList[] = { { "Autodetect", "" }, |