summaryrefslogtreecommitdiff
path: root/apps/voice_thread.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/voice_thread.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/voice_thread.h')
-rw-r--r--apps/voice_thread.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/voice_thread.h b/apps/voice_thread.h
index 81b11eea37..c0122f0fb9 100644
--- a/apps/voice_thread.h
+++ b/apps/voice_thread.h
@@ -38,6 +38,8 @@ void voice_stop(void);
38void voice_thread_init(void); 38void voice_thread_init(void);
39void voice_thread_kill(void); 39void voice_thread_kill(void);
40 40
41void voice_set_mixer_level(int percent);
42
41#ifdef HAVE_PRIORITY_SCHEDULING 43#ifdef HAVE_PRIORITY_SCHEDULING
42void voice_thread_set_priority(int priority); 44void voice_thread_set_priority(int priority);
43#endif 45#endif