diff options
| author | bunnei <bunneidev@gmail.com> | 2021-09-18 11:18:24 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-18 11:18:24 -0700 |
| commit | 35f46fc079d9534df7850eca3ce29e89e04d8914 (patch) | |
| tree | 16c57a4812428418b49bae264ef960559217901f /src/common/settings.h | |
| parent | 6d7801deb7a4cd83d95605f355b1f5aa1c576f31 (diff) | |
| parent | 371feaa6351d4ea97cedce60ef77def9395b5a42 (diff) | |
Merge pull request #7020 from Moonlacer/remove_audio_stretching
Remove audio stretching
Diffstat (limited to 'src/common/settings.h')
| -rw-r--r-- | src/common/settings.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index e674ccc5c..b1bddb895 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -414,7 +414,6 @@ struct Values { BasicSetting<std::string> audio_device_id{"auto", "output_device"}; BasicSetting<std::string> sink_id{"auto", "output_engine"}; BasicSetting<bool> audio_muted{false, "audio_muted"}; - Setting<bool> enable_audio_stretching{true, "enable_audio_stretching"}; RangedSetting<u8> volume{100, 0, 100, "volume"}; // Core |
