summaryrefslogtreecommitdiff
path: root/apps/talk.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/talk.h')
-rw-r--r--apps/talk.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/talk.h b/apps/talk.h
index 28be71884f..4da3a61f3b 100644
--- a/apps/talk.h
+++ b/apps/talk.h
@@ -96,9 +96,6 @@ extern const char* const dir_thumbnail_name; /* "_dirname.talk" */
96extern const char* const file_thumbnail_ext; /* ".talk" for file voicing */ 96extern const char* const file_thumbnail_ext; /* ".talk" for file voicing */
97 97
98void talk_init(void); 98void talk_init(void);
99#if CONFIG_CODEC == SWCODEC
100bool talk_voice_required(void); /* returns true if voice codec required */
101#endif
102int talk_get_bufsize(void); /* get the loaded voice file size */ 99int talk_get_bufsize(void); /* get the loaded voice file size */
103size_t talkbuf_init(char* bufstart); 100size_t talkbuf_init(char* bufstart);
104bool is_voice_queued(void); /* Are there more voice clips to be spoken? */ 101bool is_voice_queued(void); /* Are there more voice clips to be spoken? */