This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Feature requests · Rockbox frontpage
FS#6171 - Talking quick screen
Attached to Project:
Rockbox
Opened by Stephane Doyon (sdoyon) - Thursday, 12 October 2006, 04:28 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Sunday, 04 May 2008, 04:11 GMT+2
Opened by Stephane Doyon (sdoyon) - Thursday, 12 October 2006, 04:28 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Sunday, 04 May 2008, 04:11 GMT+2
|
DetailsAdd speech to the quick screen. It's not even very hard.
All it takes is to add a voice ID for the option title in option_select. For completeness I also added a voice ID for unit, and I also added both IDs in the code in gui/select (it seemed related, but I'm not sure it's even used?). Then I have gui_syncquickscreen_run() announce the current setting on entering the screen: left option title and value, then bottom, then right. On change of an option, gui_quickscreen_do_button() then simply speaks the option title and new value. This depends on a function from my talkmore-infra patch in P#6159. |
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Sunday, 04 May 2008, 04:11 GMT+2
Reason for closing: Out of Date
Sunday, 04 May 2008, 04:11 GMT+2
Reason for closing: Out of Date
After a couple of months of usage, it seems to me the primary interest of
this patch isn't so much having access to the quickscreen functionality
(which is moderately useful), but rather simply being told when
you've stumbled into the quickscreen inadvertently (carrying case corner
pressing on button...).
Anyway it works for me, it's straightforward, and it no longer has any
dependencies.
This patch is about the quickscreen.
Not sure what you mean. The Rockbox Info screen is in another patch.
new version.