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.tex26
1 files changed, 12 insertions, 14 deletions
diff --git a/manual/configure_rockbox/voice.tex b/manual/configure_rockbox/voice.tex
index b1f67b7893..1cb4d3fae0 100755
--- a/manual/configure_rockbox/voice.tex
+++ b/manual/configure_rockbox/voice.tex
@@ -1,20 +1,19 @@
1 \subsection{\label{ref:Voiceconfiguration}Voice} 1 \subsection{\label{ref:Voiceconfiguration}Voice}
2 2
3 \begin{itemize} 3 \begin{itemize}
4 \item \textbf{Voice Menus} 4 \item \textbf{Voice Menus:}
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 \begin{itemize} 8
9 \item \textbf{Limitations} 9 \textbf{Limitations}
10 \begin{itemize} 10 \begin{itemize}
11 \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.
12 \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.
13 \end{itemize} 13 \end{itemize}
14 \end{itemize} 14
15 15 \item \textbf{Voice Directories:}
16 \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.
17 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.
18 \begin{itemize} 17 \begin{itemize}
19 \item \textbf{.talk mp3 clip: } 18 \item \textbf{.talk mp3 clip: }
20 Use special pre{}-recorded MP3 files (\fname{\_dirname.talk}) in each directory. These must be generated in advance, and are typically produced synthetically using a text to speech engine on a PC. If no such file exists, the output is as for the ``numbers'' option below. 19 Use special pre{}-recorded MP3 files (\fname{\_dirname.talk}) in each directory. These must be generated in advance, and are typically produced synthetically using a text to speech engine on a PC. If no such file exists, the output is as for the ``numbers'' option below.
@@ -26,8 +25,7 @@
26 No attempt will be made to speak directory names. 25 No attempt will be made to speak directory names.
27 \end{itemize} 26 \end{itemize}
28 27
29 \item \textbf{Voice Filenames} 28 \item \textbf{Voice Filenames:}
30 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 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}).
31\end{itemize} 30 \end{itemize}
32See \url{http://www.rockbox.org/twiki/bin/view/Main/VoiceHowto} for more details on configuring speech support in Rockbox. 31See \url{http://www.rockbox.org/twiki/bin/view/Main/VoiceHowto} for more details on configuring speech support in Rockbox.
33