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:
parent
c8752b428d
commit
b4401e589e
3 changed files with 16 additions and 2 deletions
|
|
@ -32,7 +32,8 @@ class TTSCarbon : public TTSBase
|
|||
//! Enum to identify the settings
|
||||
enum ConfigValuesCarbon
|
||||
{
|
||||
ConfigVoice
|
||||
ConfigVoice,
|
||||
ConfigSpeed
|
||||
};
|
||||
public:
|
||||
TTSCarbon(QObject *parent = NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue