summaryrefslogtreecommitdiff
path: root/apps/talk.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-08-15 18:01:42 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-08-15 18:01:42 +0000
commit42f0ad3c8f11a699f4ce7d500b91e195e1a619e3 (patch)
treef58d7c1e1153a3ab96441ea857b5ac36e3f14e65 /apps/talk.h
parent599fa9a6279a4e7dda4b6a46bef6bf4958bb0399 (diff)
downloadrockbox-42f0ad3c8f11a699f4ce7d500b91e195e1a619e3.tar.gz
rockbox-42f0ad3c8f11a699f4ce7d500b91e195e1a619e3.zip
Patch #5766 by Steve Bavin - Fix for various voice related crashes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10590 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/talk.h')
-rw-r--r--apps/talk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/talk.h b/apps/talk.h
index 58ab0ef37a..0dc6996f39 100644
--- a/apps/talk.h
+++ b/apps/talk.h
@@ -58,6 +58,7 @@ extern const char* const dir_thumbnail_name; /* "_dirname.talk" */
58extern const char* const file_thumbnail_ext; /* ".talk" for file voicing */ 58extern const char* const file_thumbnail_ext; /* ".talk" for file voicing */
59 59
60void talk_init(void); 60void talk_init(void);
61bool talk_voice_required(void); /* returns true if voice codec required */
61int talk_get_bufsize(void); /* get the loaded voice file size */ 62int talk_get_bufsize(void); /* get the loaded voice file size */
62int talk_buffer_steal(void); /* claim the mp3 buffer e.g. for play/record */ 63int talk_buffer_steal(void); /* claim the mp3 buffer e.g. for play/record */
63int talk_id(long id, bool enqueue); /* play a voice ID from voicefont */ 64int talk_id(long id, bool enqueue); /* play a voice ID from voicefont */