diff options
| author | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-03-27 00:11:01 +0000 |
|---|---|---|
| committer | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-03-27 00:11:01 +0000 |
| commit | 3aa99e14cdc493a090d810dde163ea76b83d18f2 (patch) | |
| tree | d7cbbab1c8ba039908f11138b34a31c6e75e0b15 /apps/settings.h | |
| parent | a9c645f887947c924226f9570b61572c2d355b55 (diff) | |
| download | rockbox-3aa99e14cdc493a090d810dde163ea76b83d18f2.zip rockbox-3aa99e14cdc493a090d810dde163ea76b83d18f2.tar.gz rockbox-3aa99e14cdc493a090d810dde163ea76b83d18f2.tar.bz2 rockbox-3aa99e14cdc493a090d810dde163ea76b83d18f2.tar.xz | |
Step 4 of voice UI:
- "talkbox" functionality added, but yet without thumbnail recording
- menu under "general settings" to configure voice
- directories and folders can be voiced as a numbers
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4440 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
| -rw-r--r-- | apps/settings.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h index 350d14a..0bf67b4 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -202,6 +202,11 @@ struct user_settings bool playlist_viewer_icons; /* display icons on viewer */ bool playlist_viewer_indices; /* display playlist indices on viewer */ int playlist_viewer_track_display; /* how to display tracks in viewer */ + + /* voice UI settings */ + bool talk_menu; /* enable voice UI */ + int talk_dir; /* talkbox mode: 0=off 1=number 2=clip@enter 3=clip@hover */ + int talk_file; /* voice filename mode: 0=off, 1=number, other t.b.d. */ }; enum optiontype { INT, BOOL }; |