forked from len0rd/rockbox
Completely rework the talk files window: move settings to configuration dialog and add configuration presets. Remove some old cruft from talkfile handling and rely on values from rbutil.ini. Autodetection of executables is missing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14495 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f2bf042edf
commit
c03102b346
12 changed files with 408 additions and 382 deletions
|
|
@ -342,21 +342,47 @@ manualname=
|
|||
brand=Sandisk
|
||||
|
||||
[encoders]
|
||||
encoder01 = lame
|
||||
encpreset01 = "Lame (default)"
|
||||
encpreset02 = "Lame (user-adjusted)"
|
||||
|
||||
[tts]
|
||||
tts01 = espeak
|
||||
tts02 = flite
|
||||
|
||||
[lame]
|
||||
[encpreset01]
|
||||
encoder = lame
|
||||
options = ""
|
||||
template = "\"%exe\" %options \"%input\" \"%output\""
|
||||
|
||||
[espeak]
|
||||
edit = false
|
||||
|
||||
[encpreset02]
|
||||
encoder = lame
|
||||
options = ""
|
||||
template = "\"%exe\" %options \"%input\" \"%output\""
|
||||
edit = true
|
||||
|
||||
[tts]
|
||||
ttspreset01 = "espeak (default)"
|
||||
ttspreset02 = "espeak (user-adjusted)"
|
||||
ttspreset03 = "flite (default)"
|
||||
ttspreset04 = "flite (user-adjusted)"
|
||||
|
||||
[ttspreset01]
|
||||
tts = "espeak"
|
||||
options = ""
|
||||
template = "\"%exe\" %options -w \"%wavfile\" \"%text\""
|
||||
edit = false
|
||||
|
||||
[flite]
|
||||
[ttspreset02]
|
||||
tts = "espeak"
|
||||
options = ""
|
||||
template = "\"%exe\" %options -w \"%wavfile\" \"%text\""
|
||||
edit = true
|
||||
|
||||
[ttspreset03]
|
||||
tts = "flite"
|
||||
options = ""
|
||||
template = "\"%exe\" %options -o \"%wavfile\" \"%text\""
|
||||
edit = false
|
||||
|
||||
[ttspreset04]
|
||||
tts = "flite"
|
||||
options = ""
|
||||
template = "\"%exe\" %options -o \"%wavfile\" \"%text\""
|
||||
edit = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue