diff options
| author | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-03-27 00:11:01 +0000 |
|---|---|---|
| committer | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-03-27 00:11:01 +0000 |
| commit | 3aa99e14cdc493a090d810dde163ea76b83d18f2 (patch) | |
| tree | d7cbbab1c8ba039908f11138b34a31c6e75e0b15 /apps/talk.h | |
| parent | a9c645f887947c924226f9570b61572c2d355b55 (diff) | |
| download | rockbox-3aa99e14cdc493a090d810dde163ea76b83d18f2.zip rockbox-3aa99e14cdc493a090d810dde163ea76b83d18f2.tar.gz rockbox-3aa99e14cdc493a090d810dde163ea76b83d18f2.tar.bz2 rockbox-3aa99e14cdc493a090d810dde163ea76b83d18f2.tar.xz | |
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
Diffstat (limited to 'apps/talk.h')
| -rw-r--r-- | apps/talk.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 */ |