diff --git a/src/libresrc/default_config.json b/src/libresrc/default_config.json index 0275bb967..f75598d44 100644 --- a/src/libresrc/default_config.json +++ b/src/libresrc/default_config.json @@ -332,7 +332,7 @@ }, "FFmpegSource" : { "Decode Error Handling" : "ignore", - "Downmix" : false + "Downmix" : true } }, "Avisynth" : { diff --git a/src/libresrc/default_config_win.json b/src/libresrc/default_config_win.json index 44b291343..b87f7e6fb 100644 --- a/src/libresrc/default_config_win.json +++ b/src/libresrc/default_config_win.json @@ -1,6 +1,13 @@ { "Audio" : { - "Player" : "DirectSound" + "Player" : "XAudio2" + }, + "Provider" : { + "Audio" : { + "FFmpegSource" : { + "Downmix" : false + } + } }, "Subtitle" : { "Provider" : "CSRI/xy-vsfilter_aegisub" diff --git a/src/libresrc/osx/default_config.json b/src/libresrc/osx/default_config.json index 995289a36..c6586d403 100644 --- a/src/libresrc/osx/default_config.json +++ b/src/libresrc/osx/default_config.json @@ -332,7 +332,7 @@ }, "FFmpegSource" : { "Decode Error Handling" : "ignore", - "Downmix" : false + "Downmix" : true } }, "Avisynth" : {