diff options
| author | Steve Bavin <pondlife@pondlife.me> | 2007-06-07 10:44:19 +0000 |
|---|---|---|
| committer | Steve Bavin <pondlife@pondlife.me> | 2007-06-07 10:44:19 +0000 |
| commit | ca5ee3cc727004208c1bd06b90adfaf4e19ece45 (patch) | |
| tree | 713f824f28457bf481200d628ed19c8a898234b1 | |
| parent | 6fd10bacceb576ee39e7ecfa32510ae8c97815ba (diff) | |
| download | rockbox-ca5ee3cc727004208c1bd06b90adfaf4e19ece45.zip rockbox-ca5ee3cc727004208c1bd06b90adfaf4e19ece45.tar.gz rockbox-ca5ee3cc727004208c1bd06b90adfaf4e19ece45.tar.bz2 rockbox-ca5ee3cc727004208c1bd06b90adfaf4e19ece45.tar.xz | |
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.tex | 38 |
1 files changed, 27 insertions, 11 deletions
diff --git a/manual/configure_rockbox/voice.tex b/manual/configure_rockbox/voice.tex index df6af2e..86558a7 100644 --- a/manual/configure_rockbox/voice.tex +++ b/manual/configure_rockbox/voice.tex @@ -26,12 +26,6 @@ is not powerful enough to produce these voices in real time, so a number of options are available. \begin{description} - \item[.talk mp3 clip.] - 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 \setting{numbers} - option below. \item[Spell.] Speak the directory name by spelling it out letter by letter. Support is provided only for the most common letters and punctuation. @@ -43,13 +37,35 @@ No attempt will be made to speak directory names. \end{description} + \item[Use Directory .talk Clips.] + This option turns on the use of .talk clips for directories. .talk clips take + precedence over the method set under \setting{Voice Directories} above. + + \begin{description} + \item[On.] + 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. + \item[Off.] + No checking is made for directory .talk clips; they are not used even if present. + \end{description} + \item[Voice Filenames.] This option turns on the speaking of filenames. The options provided - are \setting{Spell}, \setting{Numbers}, and \setting{Off} which function - the same as for \setting{Voice Directories} and \setting{.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 \fname{Punkadiddle.mp3.talk}). + are \setting{Spell}, \setting{Numbers}, and \setting{Off} which function + the same as for \setting{Voice Directories}. + + \item[Use File .talk Clips.] + This option turns on the use of .talk clips for files. + \begin{description} + \item[On.] + Use special pre-recorded MP3 files (\fname{\_dirname.talk}) for each file. + This 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 \fname{Punkadiddle.mp3.talk}). + \item[Off.] + No checking is made for file .talk clips; they are not used even if present. + \end{description} \end{description} |