Skip to content

Commit

Permalink
Clarify latency setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanvb committed Dec 12, 2024
1 parent 62c7255 commit 0bb677d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intl/msg_hash_us.h
Original file line number Diff line number Diff line change
Expand Up @@ -3069,7 +3069,7 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUDIO_LATENCY,
"Desired audio latency in milliseconds. Might not be honored if the audio driver can't provide given latency."
"Maximum audio latency in milliseconds. The driver aims to keep actual latency at 50% of this value. Might not be honored if the audio driver can't provide given latency."
)

#ifdef HAVE_MICROPHONE
Expand Down

0 comments on commit 0bb677d

Please sign in to comment.