summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-03-06 23:25:25 -0500
committerSolomon Peachy <pizza@shaftnet.org>2021-03-07 12:51:36 +0000
commit207514fb2578cfac611b4ab98b251d1524a55efe (patch)
tree581cea233e7d0d5a1b0356552c1201ce1ca4bdd4 /apps/settings.h
parentc16f9142f7224007eeca9e44731db95af2b17a8e (diff)
downloadrockbox-207514fb2578cfac611b4ab98b251d1524a55efe.tar.gz
rockbox-207514fb2578cfac611b4ab98b251d1524a55efe.zip
voice: Allow voice prompt volume to be configurable
It defaults to 100%, allow it to be dialed back Change-Id: If997fb7d3057472a7fac0be4ae7d1e8fce654c49
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index f9deae1ebe..e6af373e15 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -588,6 +588,7 @@ struct user_settings
588 bool talk_file_clip; /* use file .talk clips */ 588 bool talk_file_clip; /* use file .talk clips */
589 bool talk_filetype; /* say file type */ 589 bool talk_filetype; /* say file type */
590 bool talk_battery_level; 590 bool talk_battery_level;
591 int talk_mixer_amp; /* Relative volume of voices, MIX_AMP_MPUTE->MIX_AMP_UNITY */
591 592
592 /* file browser sorting */ 593 /* file browser sorting */
593 bool sort_case; /* dir sort order: 0=case insensitive, 1=sensitive */ 594 bool sort_case; /* dir sort order: 0=case insensitive, 1=sensitive */