Hide autodetect option for audio configuration since it's broken on macOS and Linux (and to some extent, Windows)

This commit is contained in:
Cameron Gutman
2018-09-07 22:51:56 -07:00
parent 2c4f78133f
commit 77b767ae5b
2 changed files with 7 additions and 3 deletions
+6 -2
View File
@@ -341,10 +341,14 @@ ScrollView {
textRole: "text"
model: ListModel {
id: audioListModel
ListElement {
// Detection of audio channels only works on Windows
// and even so, it's still unreliable because audio devices
// lie about how many channels they can support. Hide the
// option to autodetect until this is resolved.
/*ListElement {
text: "Autodetect"
val: StreamingPreferences.AC_AUTO
}
}*/
ListElement {
text: "Stereo"
val: StreamingPreferences.AC_FORCE_STEREO