forked from len0rd/rockbox
rbutil: Make TTS and encoders run on all cores \n FS#11160 by Delyan Kratunov
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26558 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
081bda8ab2
commit
a8c1934c9d
12 changed files with 204 additions and 111 deletions
|
|
@ -53,6 +53,8 @@ class TTSCarbon : public TTSBase
|
|||
//! Chlid class should commit the Settings to permanent storage
|
||||
void saveSettings();
|
||||
|
||||
Capabilities capabilities();
|
||||
|
||||
private:
|
||||
SpeechChannel m_channel;
|
||||
CFStringBuiltInEncodings m_voiceScript;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue