mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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:
parent
c16f9142f7
commit
207514fb25
7 changed files with 37 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue