From 4adad0bc1f508360999de176048f89025ce84b3e Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Tue, 30 Oct 2018 09:45:26 -0400 Subject: FS#6323: Speech for ID3 viewer, playlist catalog and playlist viewer Modified from original ticket, Taken from Igor Poretsky's tree, and further modified by myself to incorporate feedback. Change-Id: Ibc2180e52af76890b1448d23f79386fd0f88f709 --- apps/talk.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/talk.h') diff --git a/apps/talk.h b/apps/talk.h index 5ffc9ae5e6..c77c32e06f 100644 --- a/apps/talk.h +++ b/apps/talk.h @@ -51,6 +51,7 @@ enum { UNIT_KBIT, /* kilobits per sec */ UNIT_PM_TICK, /* peak meter units per tick */ UNIT_TIME, /* time duration/interval in seconds, says hours,mins,secs */ + UNIT_DATEYEAR,/* for 1999 say nineteen ninety nine */ UNIT_LAST /* END MARKER */ }; @@ -111,6 +112,8 @@ int talk_file_or_spell(const char *dirname, const char* filename, int talk_dir_or_spell(const char* filename, const long *prefix_ids, bool enqueue); #endif +/* play thumbnails for each components of full path, or spell */ +int talk_fullpath(const char* path, bool enqueue); int talk_number(long n, bool enqueue); /* say a number */ int talk_value(long n, int unit, bool enqueue); /* say a numeric value */ int talk_value_decimal(long n, int unit, int decimals, bool enqueue); -- cgit v1.2.3