1
0
Fork 0
forked from len0rd/rockbox

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:
Dominik Riebeling 2010-03-11 20:09:22 +00:00
parent c8752b428d
commit b4401e589e
3 changed files with 16 additions and 2 deletions

View file

@ -32,7 +32,8 @@ class TTSCarbon : public TTSBase
//! Enum to identify the settings
enum ConfigValuesCarbon
{
ConfigVoice
ConfigVoice,
ConfigSpeed
};
public:
TTSCarbon(QObject *parent = NULL);