Skip to content

Commit

Permalink
RMG-Core: change audio resampler setting default to "src-linear" (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanatic-64 authored Jun 25, 2024
1 parent 67cf281 commit fce1c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/RMG-Core/Settings/Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ static l_Setting get_setting(SettingsID settingId)
setting = {SETTING_SECTION_AUDIO, "SecondaryBufferSize", 1024};
break;
case SettingsID::Audio_Resampler:
setting = {SETTING_SECTION_AUDIO, "Resampler", std::string("trivial")};
setting = {SETTING_SECTION_AUDIO, "Resampler", std::string("src-linear")};
break;
case SettingsID::Audio_Volume:
setting = {SETTING_SECTION_AUDIO, "Volume", 100};
Expand Down

0 comments on commit fce1c94

Please sign in to comment.