1
0
Fork 0
forked from len0rd/rockbox

First step of the voice-UI: the menus can talk. You need a "voicefont" file in .rockbox to use this.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4381 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jörg Hohensohn 2004-03-14 21:33:53 +00:00
parent 62b095d029
commit 4f36ea8fbf
18 changed files with 454 additions and 122 deletions

View file

@ -54,6 +54,7 @@
#include "rolo.h"
#include "screens.h"
#include "power.h"
#include "talk.h"
char appsversion[]=APPSVERSION;
@ -208,6 +209,7 @@ void init(void)
global_settings.avc,
global_settings.channel_config );
mpeg_init();
talk_init();
/* no auto-rolo on startup any more, but I leave it here for reference */
#if 0