summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Bavin <pondlife@pondlife.me>2007-06-07 14:19:03 +0000
committerSteve Bavin <pondlife@pondlife.me>2007-06-07 14:19:03 +0000
commite75fa17d625416ee41ba7a425786e1ce5d46dfb3 (patch)
tree1db0caa9cd610024a48c3b6d4942e914c19b3183
parentbb0b0829d444c09d5b6b6db97796e71ea5cfd939 (diff)
downloadrockbox-e75fa17d625416ee41ba7a425786e1ce5d46dfb3.tar.gz
rockbox-e75fa17d625416ee41ba7a425786e1ce5d46dfb3.zip
Another voice update, hopefully with less typos than before.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13590 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/configure_rockbox/voice.tex25
1 files changed, 13 insertions, 12 deletions
diff --git a/manual/configure_rockbox/voice.tex b/manual/configure_rockbox/voice.tex
index 8e12d73d41..eb9a381689 100644
--- a/manual/configure_rockbox/voice.tex
+++ b/manual/configure_rockbox/voice.tex
@@ -3,7 +3,7 @@
3 3
4 \begin{description} 4 \begin{description}
5 \item[Voice Menus.] 5 \item[Voice Menus.]
6 This option conttols the voicing of menus/settings as they are selected 6 This option controls the voicing of menus/settings as they are selected
7 by the cursor. In order for this to work, a voice file must be present 7 by the cursor. In order for this to work, a voice file must be present
8 in the \fname{/.rockbox/langs/} directory on the \dap. Voice files are large 8 in the \fname{/.rockbox/langs/} directory on the \dap. Voice files are large
9 and are not shipped with Rockbox by default. 9 and are not shipped with Rockbox by default.
@@ -34,14 +34,11 @@
34 \item[Off.] 34 \item[Off.]
35 No attempt will be made to speak directory names. 35 No attempt will be made to speak directory names.
36 \end{description} 36 \end{description}
37 You can also use pre-generated .talk clips to have directory names spoken 37 You can use pre-generated .talk clips to have directory names spoken
38 properly, but you must enable this explicitly (see below). 38 properly, but you must enable this explicitly (see below).
39 39
40 \item[Use Directory .talk Clips.] 40 \item[Use Directory .talk Clips.]
41 This option turns on the use of .talk clips for directories. When .talk clips 41 This option turns on the use of .talk clips for directories.
42 are used, they take precedence over the method set under \setting{Voice Directories}
43 above.
44
45 \begin{description} 42 \begin{description}
46 \item[On.] 43 \item[On.]
47 Use special pre-recorded MP3 files (\fname{\_dirname.talk}) in each 44 Use special pre-recorded MP3 files (\fname{\_dirname.talk}) in each
@@ -51,28 +48,32 @@
51 No checking is made for directory .talk clips; they are not used even if present. 48 No checking is made for directory .talk clips; they are not used even if present.
52 This can reduce disk activity. 49 This can reduce disk activity.
53 \end{description} 50 \end{description}
51 Use of a .talk clip takes precedence over other directory name voicing. Otherwise
52 (e.g. if a .talk clip is not available), voicing uses the method set under
53 \setting{Voice Directories} above.
54 54
55 \item[Voice Filenames.] 55 \item[Voice Filenames.]
56 This option controls voicing of filenames. Again, a voice file must be present 56 This option controls voicing of filenames. Again, a voice file must be present
57 for this to work. The options provided are \setting{Spell}, \setting{Numbers}, 57 for this to work. The options provided are \setting{Spell}, \setting{Numbers},
58 and \setting{Off} which function the same as for \setting{Voice Directories}. 58 and \setting{Off} which function the same as for \setting{Voice Directories}.
59 You can also use .talk clips to have filenames spoken properly, but you must 59 You can use pre-generated .talk clips to have filenames spoken properly, but
60 enable this explicitly (see below). 60 you must enable this explicitly (see below).
61 61
62 \item[Use File .talk Clips.] 62 \item[Use File .talk Clips.]
63 This option enables the use of .talk clips for files. When .talk clips are used, 63 This option turns on the use of .talk clips for files.
64 they take precedence over the method set under \setting{Voice Filenames}
65 above.
66 \begin{description} 64 \begin{description}
67 \item[On.] 65 \item[On.]
68 Use special pre-recorded MP3 files for each file. 66 Use special pre-recorded MP3 files for each file.
69 This functions the same as for directories except that the .talk clip file 67 This functions the same as for directories except that the .talk clip file
70 must have the same name as the music file with an extra .talk extension 68 must have the same name as the described file with an extra .talk extension
71 (e.g. \fname{Punkadiddle.mp3} would require a file called \fname{Punkadiddle.mp3.talk}). 69 (e.g. \fname{Punkadiddle.mp3} would require a file called \fname{Punkadiddle.mp3.talk}).
72 \item[Off.] 70 \item[Off.]
73 No checking is made for file .talk clips; they are not used even if present. 71 No checking is made for file .talk clips; they are not used even if present.
74 This can reduce disk activity. 72 This can reduce disk activity.
75 \end{description} 73 \end{description}
74 Use of a .talk clip takes precedence over other filename voicing. Otherwise
75 (e.g. if a .talk clip is not available), voicing uses the method set under
76 \setting{Voice Filenames} above.
76 77
77 \end{description} 78 \end{description}
78 79