summaryrefslogtreecommitdiff
path: root/apps/talk.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/talk.h')
-rw-r--r--apps/talk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/talk.h b/apps/talk.h
index e1702147c7..55e7208f1d 100644
--- a/apps/talk.h
+++ b/apps/talk.h
@@ -90,9 +90,11 @@ int talk_file(const char *root, const char *dir, const char *file,
90/* play file's thumbnail or spell name */ 90/* play file's thumbnail or spell name */
91int talk_file_or_spell(const char *dirname, const char* filename, 91int talk_file_or_spell(const char *dirname, const char* filename,
92 const long *prefix_ids, bool enqueue); 92 const long *prefix_ids, bool enqueue);
93#if CONFIG_CODEC == SWCODEC
93/* play dir's thumbnail or spell name */ 94/* play dir's thumbnail or spell name */
94int talk_dir_or_spell(const char* filename, 95int talk_dir_or_spell(const char* filename,
95 const long *prefix_ids, bool enqueue); 96 const long *prefix_ids, bool enqueue);
97#endif
96int talk_number(long n, bool enqueue); /* say a number */ 98int talk_number(long n, bool enqueue); /* say a number */
97int talk_value(long n, int unit, bool enqueue); /* say a numeric value */ 99int talk_value(long n, int unit, bool enqueue); /* say a numeric value */
98int talk_value_decimal(long n, int unit, int decimals, bool enqueue); 100int talk_value_decimal(long n, int unit, int decimals, bool enqueue);