summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Bavin <pondlife@pondlife.me>2007-06-07 10:44:19 +0000
committerSteve Bavin <pondlife@pondlife.me>2007-06-07 10:44:19 +0000
commitca5ee3cc727004208c1bd06b90adfaf4e19ece45 (patch)
tree713f824f28457bf481200d628ed19c8a898234b1
parent6fd10bacceb576ee39e7ecfa32510ae8c97815ba (diff)
downloadrockbox-ca5ee3cc727004208c1bd06b90adfaf4e19ece45.tar.gz
rockbox-ca5ee3cc727004208c1bd06b90adfaf4e19ece45.zip
Update the manual for the new voice config.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13585 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/configure_rockbox/voice.tex38
1 files changed, 27 insertions, 11 deletions
diff --git a/manual/configure_rockbox/voice.tex b/manual/configure_rockbox/voice.tex
index df6af2e423..86558a7078 100644
--- a/manual/configure_rockbox/voice.tex
+++ b/manual/configure_rockbox/voice.tex
@@ -26,12 +26,6 @@
26 is not powerful enough to produce these voices in real time, so a number 26 is not powerful enough to produce these voices in real time, so a number
27 of options are available. 27 of options are available.
28 \begin{description} 28 \begin{description}
29 \item[.talk mp3 clip.]
30 Use special pre-recorded MP3 files (\fname{\_dirname.talk}) in each
31 directory. These must be generated in advance, and are typically
32 produced synthetically using a text to speech engine on a PC.
33 If no such file exists, the output is as for the \setting{numbers}
34 option below.
35 \item[Spell.] 29 \item[Spell.]
36 Speak the directory name by spelling it out letter by letter. Support 30 Speak the directory name by spelling it out letter by letter. Support
37 is provided only for the most common letters and punctuation. 31 is provided only for the most common letters and punctuation.
@@ -43,13 +37,35 @@
43 No attempt will be made to speak directory names. 37 No attempt will be made to speak directory names.
44 \end{description} 38 \end{description}
45 39
40 \item[Use Directory .talk Clips.]
41 This option turns on the use of .talk clips for directories. .talk clips take
42 precedence over the method set under \setting{Voice Directories} above.
43
44 \begin{description}
45 \item[On.]
46 Use special pre-recorded MP3 files (\fname{\_dirname.talk}) in each
47 directory. These must be generated in advance, and are typically
48 produced synthetically using a text to speech engine on a PC.
49 \item[Off.]
50 No checking is made for directory .talk clips; they are not used even if present.
51 \end{description}
52
46 \item[Voice Filenames.] 53 \item[Voice Filenames.]
47 This option turns on the speaking of filenames. The options provided 54 This option turns on the speaking of filenames. The options provided
48 are \setting{Spell}, \setting{Numbers}, and \setting{Off} which function 55 are \setting{Spell}, \setting{Numbers}, and \setting{Off} which function
49 the same as for \setting{Voice Directories} and \setting{.talk mp3 clip}, 56 the same as for \setting{Voice Directories}.
50 which functions as above except that the files are named with the same 57
51 name as the music file (e.g. \fname{Punkadiddle.mp3} would require a 58 \item[Use File .talk Clips.]
52 file called \fname{Punkadiddle.mp3.talk}). 59 This option turns on the use of .talk clips for files.
60 \begin{description}
61 \item[On.]
62 Use special pre-recorded MP3 files (\fname{\_dirname.talk}) for each file.
63 This functions as above except that the files are named with the same
64 name as the music file (e.g. \fname{Punkadiddle.mp3} would require a
65 file called \fname{Punkadiddle.mp3.talk}).
66 \item[Off.]
67 No checking is made for file .talk clips; they are not used even if present.
68 \end{description}
53 69
54 \end{description} 70 \end{description}
55 71