From fe3eadffba810be2666435d68b929027130d47ed Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Mon, 26 Sep 2011 21:28:05 +0000 Subject: Rockbox Utility TTS: implement reading TTS vendor. Support retrieving the vendor name of the TTS. This will be used by TTS string corrections. Currently no other TTS but SAPI supports this, and only correction strings for SAPI voices depend on the vendor information. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30609 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/rbutilqt/base/ttsbase.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rbutil/rbutilqt/base/ttsbase.h') diff --git a/rbutil/rbutilqt/base/ttsbase.h b/rbutil/rbutilqt/base/ttsbase.h index c6bbdcfb0b..fdd2c98344 100644 --- a/rbutil/rbutilqt/base/ttsbase.h +++ b/rbutil/rbutilqt/base/ttsbase.h @@ -47,6 +47,7 @@ class TTSBase : public EncTtsSettingInterface //! child class should stop virtual bool stop() =0; + virtual QString voiceVendor(void) = 0; // configuration //! Child class should return true, when configuration is good virtual bool configOk()=0; @@ -60,7 +61,7 @@ class TTSBase : public EncTtsSettingInterface // static functions static TTSBase* getTTS(QObject* parent,QString ttsname); static QStringList getTTSList(); - static QString getTTSName(QString tts); + static QString getTTSName(QString tts); private: //inits the tts List -- cgit v1.2.3