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 | |
parent | af258efda4d8e840e00859262fb894355bdbb270 (diff) |
Update alsoft-config for the ambisonic output configurations
-rw-r--r-- | utils/alsoft-config/mainwindow.cpp | 4 | ||||
-rw-r--r-- | utils/alsoft-config/mainwindow.ui | 16 |
2 files changed, 12 insertions, 8 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", "" }, diff --git a/utils/alsoft-config/mainwindow.ui b/utils/alsoft-config/mainwindow.ui index 268b5ea9..0606d08c 100644 --- a/utils/alsoft-config/mainwindow.ui +++ b/utils/alsoft-config/mainwindow.ui @@ -62,7 +62,7 @@ <widget class="QComboBox" name="sampleFormatCombo"> <property name="geometry"> <rect> - <x>120</x> + <x>110</x> <y>50</y> <width>78</width> <height>22</height> @@ -79,7 +79,7 @@ float and converted to the output sample type as needed.</string> <widget class="QLabel" name="label_5"> <property name="geometry"> <rect> - <x>10</x> + <x>0</x> <y>50</y> <width>101</width> <height>21</height> @@ -95,7 +95,7 @@ float and converted to the output sample type as needed.</string> <widget class="QLabel" name="label_6"> <property name="geometry"> <rect> - <x>10</x> + <x>0</x> <y>20</y> <width>101</width> <height>21</height> @@ -111,7 +111,7 @@ float and converted to the output sample type as needed.</string> <widget class="QComboBox" name="channelConfigCombo"> <property name="geometry"> <rect> - <x>120</x> + <x>110</x> <y>20</y> <width>78</width> <height>22</height> @@ -129,7 +129,7 @@ to stereo output.</string> <widget class="QComboBox" name="sampleRateCombo"> <property name="geometry"> <rect> - <x>370</x> + <x>380</x> <y>20</y> <width>96</width> <height>22</height> @@ -191,7 +191,7 @@ to stereo output.</string> <widget class="QLabel" name="label_7"> <property name="geometry"> <rect> - <x>280</x> + <x>290</x> <y>20</y> <width>81</width> <height>21</height> @@ -207,7 +207,7 @@ to stereo output.</string> <widget class="QLabel" name="label_14"> <property name="geometry"> <rect> - <x>280</x> + <x>290</x> <y>50</y> <width>81</width> <height>21</height> @@ -223,7 +223,7 @@ to stereo output.</string> <widget class="QComboBox" name="stereoModeCombo"> <property name="geometry"> <rect> - <x>370</x> + <x>380</x> <y>50</y> <width>78</width> <height>22</height> |