Rockbox mail archive
Subject: voice in fm radio
From: Christopher Moore (christopher.h.moore_at_verizon.net)
Date: 2004-04-29
Hello,
I'm looking into adding some voice ui into the fm radio. I thought I'd
start out with something simple like having the frequency spoken
when pressing the <play> button. I tried adding the following line to
radio.c, but it didn't work. I was not in recording mode so I thought the
voice ids would be available, but perhaps not. The added line is marked
with a "+".
case BUTTON_PLAY:
+ talk_number(curr_freq, false);
if(!screen_freeze)
Is this the correct talk function to call, or do I need to check/set some
other variables before calling it?
Thanks,
Chris
_______________________________________________
http://cool.haxx.se/mailman/listinfo/rockbox
Page was last modified "Jan 10 2012" The Rockbox Crew
|