summaryrefslogtreecommitdiff
path: root/apps/talk.h
diff options
context:
space:
mode:
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 */