summaryrefslogtreecommitdiff
path: root/apps/talk.h
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2004-10-06 21:37:46 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2004-10-06 21:37:46 +0000
commitd48442039ed399c0ba5ae51bc42d56b5b23f1bc4 (patch)
treeaaed266e96ce32e43490c8fca364e931e1667288 /apps/talk.h
parent6f9a7eb2c7d6f81e54b47c917be79f5126ba8982 (diff)
downloadrockbox-d48442039ed399c0ba5ae51bc42d56b5b23f1bc4.tar.gz
rockbox-d48442039ed399c0ba5ae51bc42d56b5b23f1bc4.zip
patch #978765 by Carsten Tschach, new option for voice filenames: every file may have an optional .talk companion, with a filename clip. While at it, I removed the "on enter" directory talking, nobody used it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5194 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/talk.h')
-rw-r--r--apps/talk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/talk.h b/apps/talk.h
index c4c8bc7285..09d71866b0 100644
--- a/apps/talk.h
+++ b/apps/talk.h
@@ -55,8 +55,8 @@ enum {
55#define STR(id) ID2P(id), id 55#define STR(id) ID2P(id), id
56 56
57/* publish this string, so it's stored only once (better than #define) */ 57/* publish this string, so it's stored only once (better than #define) */
58extern const char* const dir_thumbnail_name; 58extern const char* const dir_thumbnail_name; /* "_dirname.talk" */
59 59#define TALK_EXT ".talk" /* extra extension for file voicing */
60 60
61void talk_init(void); 61void talk_init(void);
62int talk_buffer_steal(void); /* claim the mp3 buffer e.g. for play/record */ 62int talk_buffer_steal(void); /* claim the mp3 buffer e.g. for play/record */