From 3aa99e14cdc493a090d810dde163ea76b83d18f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Hohensohn?= Date: Sat, 27 Mar 2004 00:11:01 +0000 Subject: Step 4 of voice UI: - "talkbox" functionality added, but yet without thumbnail recording - menu under "general settings" to configure voice - directories and folders can be voiced as a numbers git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4440 a1c6a512-1295-4272-9138-f99709370657 --- 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 518549e..f3c1366 100644 --- a/apps/talk.h +++ b/apps/talk.h @@ -54,6 +54,9 @@ enum { /* convenience macro to have both string and ID as arguments */ #define STR(id) str(id), id +/* publish this string, so it's stored only once (better than #define) */ +extern const char* dir_thumbnail_name; + void talk_init(void); int talk_buffer_steal(void); /* claim the mp3 buffer e.g. for play/record */ -- cgit v1.1