summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/base/voicefile.h
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2012-06-03 16:13:04 +0200
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2012-06-05 23:24:54 +0200
commitb2380b535e99b4bc49d91bb228598f85362446ca (patch)
tree5144a4e0e9ef8b19e43ec9f71312a5b85901e1fe /rbutil/rbutilqt/base/voicefile.h
parent7c78963bbb09603e8ceb986b478ae4762a6f427b (diff)
downloadrockbox-b2380b535e99b4bc49d91bb228598f85362446ca.tar.gz
rockbox-b2380b535e99b4bc49d91bb228598f85362446ca.zip
voicefont: make format version a parameter.
Make hardcoded format version a parameter to allow adjusting depending on the installed Rockbox version. Rockbox Utility will read the version from the installed version. Since the command line voicefont tool is only intended for use in the current tree it uses a fixed version. Change-Id: I1ec935d47c71961e93b3c6bc6c5d816cd9fc83ff
Diffstat (limited to 'rbutil/rbutilqt/base/voicefile.h')
-rw-r--r--rbutil/rbutilqt/base/voicefile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rbutil/rbutilqt/base/voicefile.h b/rbutil/rbutilqt/base/voicefile.h
index f3f6c7a930..d34535e700 100644
--- a/rbutil/rbutilqt/base/voicefile.h
+++ b/rbutil/rbutilqt/base/voicefile.h
@@ -67,6 +67,7 @@ private:
67 QString m_lang; // the language which will be spoken 67 QString m_lang; // the language which will be spoken
68 QString m_versionstring; // version string to be used for logging 68 QString m_versionstring; // version string to be used for logging
69 int m_wavtrimThreshold; 69 int m_wavtrimThreshold;
70 int m_voiceformat;
70 71
71 bool m_abort; 72 bool m_abort;
72 QList<TalkGenerator::TalkEntry> m_talkList; 73 QList<TalkGenerator::TalkEntry> m_talkList;