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.zip
rockbox-e75fa17d625416ee41ba7a425786e1ce5d46dfb3.tar.gz
rockbox-e75fa17d625416ee41ba7a425786e1ce5d46dfb3.tar.bz2
rockbox-e75fa17d625416ee41ba7a425786e1ce5d46dfb3.tar.xz
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 8e12d73..eb9a381 100644
--- a/manual/configure_rockbox/voice.tex
+++ b/manual/configure_rockbox/voice.tex
@@ -3,7 +3,7 @@
\begin{description}
\item[Voice Menus.]
- This option conttols the voicing of menus/settings as they are selected
+ This option controls the voicing of menus/settings as they are selected
by the cursor. In order for this to work, a voice file must be present
in the \fname{/.rockbox/langs/} directory on the \dap. Voice files are large
and are not shipped with Rockbox by default.
@@ -34,14 +34,11 @@
\item[Off.]
No attempt will be made to speak directory names.
\end{description}
- You can also use pre-generated .talk clips to have directory names spoken
+ You can use pre-generated .talk clips to have directory names spoken
properly, but you must enable this explicitly (see below).
\item[Use Directory .talk Clips.]
- This option turns on the use of .talk clips for directories. When .talk clips
- are used, they take precedence over the method set under \setting{Voice Directories}
- above.
-
+ This option turns on the use of .talk clips for directories.
\begin{description}
\item[On.]
Use special pre-recorded MP3 files (\fname{\_dirname.talk}) in each
@@ -51,28 +48,32 @@
No checking is made for directory .talk clips; they are not used even if present.
This can reduce disk activity.
\end{description}
+ Use of a .talk clip takes precedence over other directory name voicing. Otherwise
+ (e.g. if a .talk clip is not available), voicing uses the method set under
+ \setting{Voice Directories} above.
\item[Voice Filenames.]
This option controls voicing of filenames. Again, a voice file must be present
for this to work. The options provided are \setting{Spell}, \setting{Numbers},
and \setting{Off} which function the same as for \setting{Voice Directories}.
- You can also use .talk clips to have filenames spoken properly, but you must
- enable this explicitly (see below).
+ You can use pre-generated .talk clips to have filenames spoken properly, but
+ you must enable this explicitly (see below).
\item[Use File .talk Clips.]
- This option enables the use of .talk clips for files. When .talk clips are used,
- they take precedence over the method set under \setting{Voice Filenames}
- above.
+ This option turns on the use of .talk clips for files.
\begin{description}
\item[On.]
Use special pre-recorded MP3 files for each file.
This functions the same as for directories except that the .talk clip file
- must have the same name as the music file with an extra .talk extension
+ must have the same name as the described file with an extra .talk extension
(e.g. \fname{Punkadiddle.mp3} would require a file called \fname{Punkadiddle.mp3.talk}).
\item[Off.]
No checking is made for file .talk clips; they are not used even if present.
This can reduce disk activity.
\end{description}
+ Use of a .talk clip takes precedence over other filename voicing. Otherwise
+ (e.g. if a .talk clip is not available), voicing uses the method set under
+ \setting{Voice Filenames} above.
\end{description}