1
0
Fork 0

Change default audio output to XAudio2 on Windows

Downmix defaults to disabled on non-Windows OSes, because we don't support non-mono output at the moment
This commit is contained in:
wangqr 2020-03-20 04:13:41 -04:00
parent 3351235434
commit 88c486aca4
3 changed files with 10 additions and 3 deletions

View File

@ -332,7 +332,7 @@
},
"FFmpegSource" : {
"Decode Error Handling" : "ignore",
"Downmix" : false
"Downmix" : true
}
},
"Avisynth" : {

View File

@ -1,6 +1,13 @@
{
"Audio" : {
"Player" : "DirectSound"
"Player" : "XAudio2"
},
"Provider" : {
"Audio" : {
"FFmpegSource" : {
"Downmix" : false
}
}
},
"Subtitle" : {
"Provider" : "CSRI/xy-vsfilter_aegisub"

View File

@ -332,7 +332,7 @@
},
"FFmpegSource" : {
"Decode Error Handling" : "ignore",
"Downmix" : false
"Downmix" : true
}
},
"Avisynth" : {