Text to speech settings

This commit is contained in:
Jakub Melka
2020-02-13 18:31:00 +01:00
parent d10f988019
commit 7df807470b
8 changed files with 429 additions and 6 deletions

View File

@@ -63,6 +63,14 @@ public:
int m_thumbnailsCacheLimit;
int m_fontCacheLimit;
int m_instancedFontCacheLimit;
// Speech settings
QString m_speechEngine;
QString m_speechLocale;
QString m_speechVoice;
double m_speechRate;
double m_speechPitch;
double m_speechVolume;
};
const Settings& getSettings() const { return m_settings; }