mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
OS X TTS: add pitch setting.
The current TTS configuration doesn't allow querying the system values so it currently can't be displayed. A value of 0 will use the system default. The default pitch is dependent on the voice; most voices should have a default pitch of 45 - 55. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29673 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
746f01dd77
commit
1c635a8c3c
4 changed files with 20 additions and 1 deletions
|
|
@ -46,6 +46,7 @@ const static struct {
|
|||
{ RbSettings::VoiceLanguage, "voicelanguage", "" },
|
||||
{ RbSettings::TtsLanguage, ":tts:/language", "" },
|
||||
{ RbSettings::TtsOptions, ":tts:/options", "" },
|
||||
{ RbSettings::TtsPitch, ":tts:/pitch", "0" },
|
||||
{ RbSettings::TtsPath, ":tts:/path", "" },
|
||||
{ RbSettings::TtsVoice, ":tts:/voice", "" },
|
||||
{ RbSettings::EncoderPath, ":encoder:/encoderpath", "" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue