diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2021-03-06 23:25:25 -0500 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2021-03-07 12:51:36 +0000 |
commit | 207514fb2578cfac611b4ab98b251d1524a55efe (patch) | |
tree | 581cea233e7d0d5a1b0356552c1201ce1ca4bdd4 /apps/voice_thread.h | |
parent | c16f9142f7224007eeca9e44731db95af2b17a8e (diff) |
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.h | 2 |
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); void voice_thread_init(void); void voice_thread_kill(void); +void voice_set_mixer_level(int percent); + #ifdef HAVE_PRIORITY_SCHEDULING void voice_thread_set_priority(int priority); #endif |