<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Qt Text To Speech plugin]]></title><description><![CDATA[<p dir="auto">Hi!</p>
<p dir="auto">I would like to use the qt (5.12.1) tts under linux. I installed the espeak, libespeak-dev, libespeak1 and speech-dispatcher-espeak, complie the qt, but the flite working only. Spd-say is working correctly all the espeak voices good.</p>
<p dir="auto">What is I am wrong?<br />
Thanks in advance.</p>
]]></description><link>https://forum.qt.io/topic/99823/qt-text-to-speech-plugin</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 22:03:41 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/99823.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 18 Feb 2019 12:56:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Qt Text To Speech plugin on Mon, 25 Feb 2019 07:19:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a><br />
uname -a: Linux xxx 4.14.79-v7+ #1159 SMP Sun Nov 4 17:50:20 GMT 2018 armv7l<br />
cat /etc/os-version:<br />
PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"<br />
NAME="Raspbian GNU/Linux"<br />
VERSION_ID="9"<br />
VERSION="9 (stretch)"<br />
ID=raspbian<br />
ID_LIKE=debian<br />
HOME_URL="<a href="http://www.raspbian.org/" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.raspbian.org/</a>"<br />
SUPPORT_URL="<a href="http://www.raspbian.org/RaspbianForums" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.raspbian.org/RaspbianForums</a>"<br />
BUG_REPORT_URL="<a href="http://www.raspbian.org/RaspbianBugs" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.raspbian.org/RaspbianBugs</a>"</p>
]]></description><link>https://forum.qt.io/post/513808</link><guid isPermaLink="true">https://forum.qt.io/post/513808</guid><dc:creator><![CDATA[Kutyus]]></dc:creator><pubDate>Mon, 25 Feb 2019 07:19:14 GMT</pubDate></item><item><title><![CDATA[Reply to Qt Text To Speech plugin on Sun, 24 Feb 2019 22:24:10 GMT]]></title><description><![CDATA[<p dir="auto">Which version ?</p>
]]></description><link>https://forum.qt.io/post/513780</link><guid isPermaLink="true">https://forum.qt.io/post/513780</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sun, 24 Feb 2019 22:24:10 GMT</pubDate></item><item><title><![CDATA[Reply to Qt Text To Speech plugin on Sun, 24 Feb 2019 18:30:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a><br />
I am developing on raspbian.</p>
]]></description><link>https://forum.qt.io/post/513722</link><guid isPermaLink="true">https://forum.qt.io/post/513722</guid><dc:creator><![CDATA[Kutyus]]></dc:creator><pubDate>Sun, 24 Feb 2019 18:30:12 GMT</pubDate></item><item><title><![CDATA[Reply to Qt Text To Speech plugin on Sat, 23 Feb 2019 22:11:49 GMT]]></title><description><![CDATA[<p dir="auto">What linux distribution are you using ?</p>
]]></description><link>https://forum.qt.io/post/513631</link><guid isPermaLink="true">https://forum.qt.io/post/513631</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sat, 23 Feb 2019 22:11:49 GMT</pubDate></item><item><title><![CDATA[Reply to Qt Text To Speech plugin on Fri, 22 Feb 2019 07:22:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a></p>
<p dir="auto">I modified in the speech-dispatcher configuration file this lines:<br />
DefaultVoiceType "FEMALE2"<br />
DefaultLanguage "hu"<br />
DefaultModule espeak</p>
<pre><code>QVector&lt;QVoice&gt; voices;
tts = new QTextToSpeech("speechd", parent);
voices = tts-&gt;availableVoices();
foreach(const QVoice &amp;voice, voices)
{
qDebug() &lt;&lt; QString("%1 - %2 - %3").arg(voice.name()).arg(QVoice::genderName(voice.gender())).arg(QVoice::ageName(voice.age())); &lt;-- this line result "hungarian - Unknown Gender - Other Age" two time
		
	}
</code></pre>
<p dir="auto">And call tts-&gt;say(const QString &amp;text) method.<br />
If I set voice with setVoice method voices[0] or voices[1] is same result, the male gender speaking.</p>
]]></description><link>https://forum.qt.io/post/513283</link><guid isPermaLink="true">https://forum.qt.io/post/513283</guid><dc:creator><![CDATA[Kutyus]]></dc:creator><pubDate>Fri, 22 Feb 2019 07:22:04 GMT</pubDate></item><item><title><![CDATA[Reply to Qt Text To Speech plugin on Thu, 21 Feb 2019 22:44:00 GMT]]></title><description><![CDATA[<p dir="auto">Can you show how you are using the module ?</p>
]]></description><link>https://forum.qt.io/post/513181</link><guid isPermaLink="true">https://forum.qt.io/post/513181</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 21 Feb 2019 22:44:00 GMT</pubDate></item><item><title><![CDATA[Reply to Qt Text To Speech plugin on Thu, 21 Feb 2019 09:06:59 GMT]]></title><description><![CDATA[<p dir="auto">Hi!</p>
<p dir="auto">Thank you for answer, I founded a partially solution.<br />
The flite is used native, to using speech dispatcher required libspeechd2, libspeechd2-dev and speechd2. Recompile the qt environment the speechd plugin is available, but only speaking with male voice. The available voices name, gender and age is "hungarian - Unknown Gender - Other Age"<br />
The spd-say is working all espeak gender and age.</p>
]]></description><link>https://forum.qt.io/post/512990</link><guid isPermaLink="true">https://forum.qt.io/post/512990</guid><dc:creator><![CDATA[Kutyus]]></dc:creator><pubDate>Thu, 21 Feb 2019 09:06:59 GMT</pubDate></item><item><title><![CDATA[Reply to Qt Text To Speech plugin on Mon, 18 Feb 2019 21:15:00 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">You should start your application with the <code>QT_DEBUG_PLUGINS</code> environment variable set to 1. This will give you more clues about what is happening with the modules.</p>
]]></description><link>https://forum.qt.io/post/512303</link><guid isPermaLink="true">https://forum.qt.io/post/512303</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Mon, 18 Feb 2019 21:15:00 GMT</pubDate></item></channel></rss>