mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Implement speed adjustment for OS X TTS.
Note that some voices don't support speed adjustment. These voices will ignore the selected value. The current implementation doesn't mark those voices in any way. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25125 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c8752b428d
commit
b4401e589e
3 changed files with 16 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ const static struct {
|
|||
{ RbSettings::TtsUseSapi4, "sapi/useSapi4", "false" },
|
||||
{ RbSettings::EncoderNarrowBand, ":encoder:/narrowband", "false" },
|
||||
{ RbSettings::WavtrimThreshold, "wavtrimthreshold", "500"},
|
||||
{ RbSettings::TtsSpeed, ":tts:/speed", "0" },
|
||||
{ RbSettings::TtsSpeed, ":tts:/speed", "175" },
|
||||
{ RbSettings::EncoderComplexity, ":encoder:/complexity", "10" },
|
||||
{ RbSettings::EncoderQuality, ":encoder:/quality", "8.0" },
|
||||
{ RbSettings::EncoderVolume, ":encoder:/volume", "1.0" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue