Fixes to SDL audio renderer and autodetection support

This commit is contained in:
Cameron Gutman
2018-09-13 07:46:01 -07:00
parent 12496e4432
commit 64bc189010
7 changed files with 59 additions and 88 deletions
+2 -6
View File
@@ -386,14 +386,10 @@ ScrollView {
textRole: "text"
model: ListModel {
id: audioListModel
// 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 {
ListElement {
text: "Autodetect"
val: StreamingPreferences.AC_AUTO
}*/
}
ListElement {
text: "Stereo"
val: StreamingPreferences.AC_FORCE_STEREO