Skip to content

Commit

Permalink
Qt: Translate default value for latency
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Aug 20, 2023
1 parent d09e505 commit bfa792d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/duckstation-qt/audiosettingswidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ AudioSettingsWidget::AudioSettingsWidget(SettingsDialog* dialog, QWidget* parent
"lowest latency, if you encounter issues, try the SDL backend. The null backend disables all host audio "
"output."));
dialog->registerWidgetHelp(
m_ui.outputLatencyMS, tr("Output Latency"), QStringLiteral("50 ms"),
m_ui.outputLatencyMS, tr("Output Latency"), tr("50 ms"),
tr("The buffer size determines the size of the chunks of audio which will be pulled by the "
"host. Smaller values reduce the output latency, but may cause hitches if the emulation "
"speed is inconsistent. Note that the Cubeb backend uses smaller chunks regardless of "
Expand Down

0 comments on commit bfa792d

Please sign in to comment.