qttexttospeech
-
Hi, several days ago, I installed qt flite on arm platform and the os system is unbuntu 18 , and the official example in qtcreator is running successfully. But I encountered another problem, it can only read English characters. The offical example in qt creator doesn't supply other language options.In function engineSelected(), after line 129 "const QVector<QLocale> locales = m_speech->availableLocales();"
I qDebug() locale, it retuens only English.So how can I add other language? -
Hi, several days ago, I installed qt flite on arm platform and the os system is unbuntu 18 , and the official example in qtcreator is running successfully. But I encountered another problem, it can only read English characters. The offical example in qt creator doesn't supply other language options.In function engineSelected(), after line 129 "const QVector<QLocale> locales = m_speech->availableLocales();"
I qDebug() locale, it retuens only English.So how can I add other language?@mondayboy Hello. Qt speech modules works with the language packs installed in your system.So just just need to install other language packs and your qt app will detect them automatically
-
Hi, several days ago, I installed qt flite on arm platform and the os system is unbuntu 18 , and the official example in qtcreator is running successfully. But I encountered another problem, it can only read English characters. The offical example in qt creator doesn't supply other language options.In function engineSelected(), after line 129 "const QVector<QLocale> locales = m_speech->availableLocales();"
I qDebug() locale, it retuens only English.So how can I add other language?in the demo here i have English and German