|
|
2011-04-23
, 22:23
|
|
Posts: 58 |
Thanked: 31 times |
Joined on Nov 2010
|
#402
|
| The Following User Says Thank You to blck For This Useful Post: | ||
|
|
2011-04-24
, 02:22
|
|
|
Posts: 397 |
Thanked: 802 times |
Joined on Jan 2010
@ Sydney
|
#403
|
Hey there,
I've upgraded to the new omvoiceserver-version, which has now disabled the espeak-options. That relating to your changelog tells me that the omvoiceserver did not regoniszes my espeak installation. Bur starting espeak in the console or using the espeak-gui works fine for me. @blaizzen: Is there any way I ca provide you with some more detailed informations?
Let me know,
blck
P.S. I didn't tested yet, if the voice files, but without streetnames works.

//Get espeak languages
QStringList arguments;
arguments << "--voices";
QProcess *espeakServer = new QProcess(this);
espeakServer->start(eSpeakLocation,arguments);
if (espeakServer->state() == 2)
{
while (!espeakServer->canReadLine())
{
QCoreApplication::processEvents();
}
QByteArray result = espeakServer->readAll();
QStringList lst;
lst << result;
QString vlist = lst[0];
QStringList voiceList;
voiceList = vlist.split("\n");
QStringList strParts;
//Lets Log it!
for (int v=1; v<voiceList.count(); v++)
{
strParts = voiceList[v].split(" ");
if (strParts.count() > 1)
ui->cmbeSpeakLang->addItem(strParts[3]);
}
//set the default espeak
int defaultLang = ui->cmbeSpeakLang->findText(defaultEspeak);
if (defaultLang > -1)
ui->cmbeSpeakLang->setCurrentIndex(defaultLang);
}
else
{
ui->tab_3->setEnabled(false);
ui->chkStreetNames->setChecked(false);
ui->chkStreetNames->setEnabled(false);
}
QStringList sFSplit = soundFiles.split("|");
for (int f = 0; f < sFSplit.count(); f++)
{
soundList.append(sFSplit[f]);
ui->txtLog->append("Adding Sound File:" + sFSplit[f]);
}
| The Following User Says Thank You to Blaizzen For This Useful Post: | ||
|
|
2011-04-24
, 22:04
|
|
Posts: 58 |
Thanked: 31 times |
Joined on Nov 2010
|
#404
|
|
|
2011-04-25
, 03:42
|
|
Posts: 1,856 |
Thanked: 4,488 times |
Joined on Mar 2010
@ North Potomac MD
|
#405
|
|
|
2011-04-25
, 03:48
|
|
Posts: 362 |
Thanked: 143 times |
Joined on Mar 2008
|
#406
|
|
|
2011-04-29
, 07:20
|
|
Posts: 26 |
Thanked: 6 times |
Joined on Jan 2011
@ Milano
|
#407
|
|
|
2011-04-29
, 15:14
|
|
|
Posts: 397 |
Thanked: 802 times |
Joined on Jan 2010
@ Sydney
|
#408
|
extra_espeak_languages=
extra_espeak_languages=mb-en1|mb-gr1
|
|
2011-04-29
, 20:13
|
|
Posts: 362 |
Thanked: 143 times |
Joined on Mar 2008
|
#409
|
|
|
2011-04-29
, 22:19
|
|
|
Posts: 1,455 |
Thanked: 3,309 times |
Joined on Dec 2009
@ Rochester, NY
|
#410
|
Have you had a chance to review post http://talk.maemo.org/showpost.php?p...&postcount=622 where woody14619 has suggested additional steps. Does the latest omvs depends on the additional setup? Or his additional setup would cause conflict with the omvs? please advice.
Nice work.
I got the index.html file replaced. Upon starting Ovi Maps, I did notice the extra features being there.
Next is for me to work on the voice navigation feature. Hopefully I can get it to work, because whenever I discover/learn something about the N900 I write up tutorials. I also have video tutorials, you may want to check here: http://www.youtube.com/view_play_lis...C8E68D04ABCF27. Hoping to make something for the Ovi Maps Extra Features.