forked from len0rd/rockbox
talk: Voice the volume name when browsing and when voicing full paths
Change-Id: I56660e168edd135a09cd5c021504a58ec9d40093
This commit is contained in:
parent
70b96193e7
commit
78283bda64
5 changed files with 68 additions and 4 deletions
|
|
@ -145,6 +145,10 @@ void talk_fractional(char *tbuf, int value, int unit);
|
|||
void talk_time(const struct tm *tm, bool enqueue);
|
||||
void talk_date(const struct tm *tm, bool enqueue);
|
||||
|
||||
#ifdef HAVE_MULTIVOLUME
|
||||
int talk_volume_id(int volume);
|
||||
#endif
|
||||
|
||||
/* speaks hr, min, sec, ms; unit_idx is lowest or base unit of the time value */
|
||||
int talk_time_intervals(long time, int unit_idx, bool enqueue);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue