From 54f1ef6f5924819b433855aa5e48b3e3a3af79c3 Mon Sep 17 00:00:00 2001
From: posix <promote.privacy@aol.com>
Date: Sat, 15 Aug 2020 13:14:14 +0200
Subject: [PATCH] Update audiosettingswidget.cpp

---
 src/duckstation-qt/audiosettingswidget.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/duckstation-qt/audiosettingswidget.cpp b/src/duckstation-qt/audiosettingswidget.cpp
index 583decfc5..1a80f2eb8 100644
--- a/src/duckstation-qt/audiosettingswidget.cpp
+++ b/src/duckstation-qt/audiosettingswidget.cpp
@@ -43,7 +43,7 @@ AudioSettingsWidget::AudioSettingsWidget(QtHostInterface* host_interface, QWidge
        "this value, so using a low value here may not significantly change latency."));
   dialog->registerWidgetHelp(
     m_ui.syncToOutput, "Sync To Output", tr("Checked"),
-    tr("Throttles the emulation speed based on the audio backend pulling audio frames. Sync will "
+    tr("Throttles the emulation speed based on the audio backend pulling audio frames. This helps to remove noises or crackling if emulation is too fast. Sync will "
        "automatically be disabled if not running at 100% speed."));
   dialog->registerWidgetHelp(
     m_ui.startDumpingOnBoot, "Start Dumping On Boot", tr("Unchecked"),
@@ -83,4 +83,4 @@ void AudioSettingsWidget::onOutputMutedChanged(int new_state)
   const bool muted = (new_state != 0);
   m_host_interface->SetBoolSettingValue("Audio", "OutputMuted", muted);
   m_host_interface->setAudioOutputMuted(muted);
-}
\ No newline at end of file
+}