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 a2a9f44e4e..e1702147c7 100644
--- a/apps/talk.h
+++ b/apps/talk.h
@@ -80,6 +80,7 @@ void talk_init(void);
80bool talk_voice_required(void); /* returns true if voice codec required */ 80bool talk_voice_required(void); /* returns true if voice codec required */
81#endif 81#endif
82int talk_get_bufsize(void); /* get the loaded voice file size */ 82int talk_get_bufsize(void); /* get the loaded voice file size */
83size_t talkbuf_init(char* bufstart);
83void talk_buffer_steal(void); /* claim the mp3 buffer e.g. for play/record */ 84void talk_buffer_steal(void); /* claim the mp3 buffer e.g. for play/record */
84bool is_voice_queued(void); /* Are there more voice clips to be spoken? */ 85bool is_voice_queued(void); /* Are there more voice clips to be spoken? */
85int talk_id(int32_t id, bool enqueue); /* play a voice ID from voicefont */ 86int talk_id(int32_t id, bool enqueue); /* play a voice ID from voicefont */