voice: Allow voice prompt volume to be configurable

It defaults to 100%, allow it to be dialed back

Change-Id: If997fb7d3057472a7fac0be4ae7d1e8fce654c49
This commit is contained in:
Solomon Peachy 2021-03-06 23:25:25 -05:00
parent c16f9142f7
commit 207514fb25
7 changed files with 37 additions and 2 deletions

View file

@ -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