1
0
Fork 0
forked from len0rd/rockbox

talk: Voice the volume name when browsing and when voicing full paths

Change-Id: I56660e168edd135a09cd5c021504a58ec9d40093
This commit is contained in:
Solomon Peachy 2024-07-26 23:35:00 -04:00
parent 70b96193e7
commit 78283bda64
5 changed files with 68 additions and 4 deletions

View file

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