summaryrefslogtreecommitdiff
path: root/manual/configure_rockbox/voice.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/configure_rockbox/voice.tex')
-rwxr-xr-xmanual/configure_rockbox/voice.tex13
1 files changed, 7 insertions, 6 deletions
diff --git a/manual/configure_rockbox/voice.tex b/manual/configure_rockbox/voice.tex
index 1cb4d3fae0..ebfb4a3b66 100755
--- a/manual/configure_rockbox/voice.tex
+++ b/manual/configure_rockbox/voice.tex
@@ -5,12 +5,11 @@
5 This option turns on the Voice User Interface, which will read out menu items and settings as they are selected by the cursor. In order for this to work, a voice file must be present in the \textbf{/.rockbox/lang/} directory on the \dap\. Voice files are large (1.5MB) and are not shipped with Rockbox by default. 5 This option turns on the Voice User Interface, which will read out menu items and settings as they are selected by the cursor. In order for this to work, a voice file must be present in the \textbf{/.rockbox/lang/} directory on the \dap\. Voice files are large (1.5MB) and are not shipped with Rockbox by default.
6 The voice file is the name of the language for which it is made, followed by the extension .voice. So for English, the file name would be \fname{english.voice}. 6 The voice file is the name of the language for which it is made, followed by the extension .voice. So for English, the file name would be \fname{english.voice}.
7 This option is on by default. It will do nothing unless the appropriate .voice file is installed in the correct place on the \dap\. 7 This option is on by default. It will do nothing unless the appropriate .voice file is installed in the correct place on the \dap\.
8 8 The Voice Menus have several limitations:
9 \textbf{Limitations} 9 \begin{itemize}
10 \begin{itemize} 10 \item Setting the Sound Option \textbf{Channels} to ``karaoke'' may disable voice menus.
11 \item Setting the Sound Option \textbf{Channels} to ``karaoke'' may disable voice menus. 11 \item Plugins and the wake up alarm do not support voice features.
12 \item Plugins and the wake up alarm do not support voice features. 12 \end{itemize}
13 \end{itemize}
14 13
15 \item \textbf{Voice Directories:} 14 \item \textbf{Voice Directories:}
16 This option turns on the speaking of directory names. The \dap\ is not powerful enough to produce these voices in real time, so a number of options are available. 15 This option turns on the speaking of directory names. The \dap\ is not powerful enough to produce these voices in real time, so a number of options are available.
@@ -27,5 +26,7 @@
27 26
28 \item \textbf{Voice Filenames:} 27 \item \textbf{Voice Filenames:}
29 This option turns on the speaking of directory names. The options provided are ``Spell'', ``Numbers'', and ``Off'' which function the same as for \textbf{Voice Directories} and ``.talk mp3 clip,'' which functions as above except that the files are named with the same name as the music file (e.g. \fname{Punkadiddle.mp3 } would require a file called \textbf{Punkadiddle.mp3.talk}). 28 This option turns on the speaking of directory names. The options provided are ``Spell'', ``Numbers'', and ``Off'' which function the same as for \textbf{Voice Directories} and ``.talk mp3 clip,'' which functions as above except that the files are named with the same name as the music file (e.g. \fname{Punkadiddle.mp3 } would require a file called \textbf{Punkadiddle.mp3.talk}).
29
30 \end{itemize} 30 \end{itemize}
31
31See \url{http://www.rockbox.org/twiki/bin/view/Main/VoiceHowto} for more details on configuring speech support in Rockbox. 32See \url{http://www.rockbox.org/twiki/bin/view/Main/VoiceHowto} for more details on configuring speech support in Rockbox.