From 42f0ad3c8f11a699f4ce7d500b91e195e1a619e3 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 15 Aug 2006 18:01:42 +0000 Subject: 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 --- apps/talk.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/talk.h') 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" */ extern const char* const file_thumbnail_ext; /* ".talk" for file voicing */ void talk_init(void); +bool talk_voice_required(void); /* returns true if voice codec required */ int talk_get_bufsize(void); /* get the loaded voice file size */ int talk_buffer_steal(void); /* claim the mp3 buffer e.g. for play/record */ int talk_id(long id, bool enqueue); /* play a voice ID from voicefont */ -- cgit v1.2.3