summaryrefslogtreecommitdiff
path: root/apps/talk.h
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2007-08-29 15:11:19 +0000
committerNils Wallménius <nils@rockbox.org>2007-08-29 15:11:19 +0000
commit441fa76a6d23128169ed6c3768f014808df88329 (patch)
tree8b39e11d68dad2e31777351b241c8ed83668c538 /apps/talk.h
parent12c82bdb779d104cbff3a5e5058424357d5dadf8 (diff)
downloadrockbox-441fa76a6d23128169ed6c3768f014808df88329.tar.gz
rockbox-441fa76a6d23128169ed6c3768f014808df88329.zip
Fix flushing of voice during playback, patch in FS#6239 by Stephane Doyon and Daniel Dalton
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14517 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/talk.h')
-rw-r--r--apps/talk.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/talk.h b/apps/talk.h
index b016acba59..75ab6fca7e 100644
--- a/apps/talk.h
+++ b/apps/talk.h
@@ -76,9 +76,7 @@ int talk_spell(const char* spell, bool enqueue); /* spell a string */
76bool talk_menus_enabled(void); /* returns true if menus should be voiced */ 76bool talk_menus_enabled(void); /* returns true if menus should be voiced */
77void talk_disable_menus(void); /* disable voice menus (temporarily, not persisted) */ 77void talk_disable_menus(void); /* disable voice menus (temporarily, not persisted) */
78void talk_enable_menus(void); /* re-enable voice menus */ 78void talk_enable_menus(void); /* re-enable voice menus */
79 79int do_shutup(void); /* kill voice unconditionally */
80
81
82 80
83/* This (otherwise invalid) ID signals the end of the array. */ 81/* This (otherwise invalid) ID signals the end of the array. */
84#define TALK_FINAL_ID LANG_LAST_INDEX_IN_ARRAY 82#define TALK_FINAL_ID LANG_LAST_INDEX_IN_ARRAY