mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Initial voice ui support for software codec platforms. Added also a
beep when changing tracks. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7360 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
329caa8ade
commit
159c52dd36
17 changed files with 774 additions and 230 deletions
|
|
@ -273,6 +273,7 @@ void button_set_flip(bool yesno)
|
|||
(void)yesno;
|
||||
}
|
||||
|
||||
#if CONFIG_HWCODEC != MASNONE
|
||||
void talk_init(void)
|
||||
{
|
||||
}
|
||||
|
|
@ -320,6 +321,7 @@ int talk_spell(char* spell, bool enqueue)
|
|||
|
||||
const char* const dir_thumbnail_name = "_dirname.talk";
|
||||
const char* const file_thumbnail_ext = ".talk";
|
||||
#endif
|
||||
|
||||
/* FIXME: this shoudn't be a stub, rather the real thing.
|
||||
I'm afraid on Win32/X11 it'll be hard to kill a thread from outside. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue