diff options
Diffstat (limited to 'apps/talk.h')
| -rw-r--r-- | apps/talk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/talk.h b/apps/talk.h index 213e180..18314e5 100644 --- a/apps/talk.h +++ b/apps/talk.h @@ -59,6 +59,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); +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 */ int talk_file(const char* filename, bool enqueue); /* play a thumbnail from file */ |