1
0
Fork 0
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:
Dominik Wenger 2010-06-04 21:22:25 +00:00
parent 081bda8ab2
commit a8c1934c9d
12 changed files with 204 additions and 111 deletions

View file

@ -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;