From d48442039ed399c0ba5ae51bc42d56b5b23f1bc4 Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Wed, 6 Oct 2004 21:37:46 +0000 Subject: 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 --- apps/talk.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/talk.h') 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 { #define STR(id) ID2P(id), id /* publish this string, so it's stored only once (better than #define) */ -extern const char* const dir_thumbnail_name; - +extern const char* const dir_thumbnail_name; /* "_dirname.talk" */ +#define TALK_EXT ".talk" /* extra extension for file voicing */ void talk_init(void); int talk_buffer_steal(void); /* claim the mp3 buffer e.g. for play/record */ -- cgit v1.2.3