|
2011-05-03
, 20:10
|
Posts: 206 |
Thanked: 205 times |
Joined on Nov 2010
@ London
|
#422
|
|
2011-05-04
, 00:25
|
Posts: 362 |
Thanked: 143 times |
Joined on Mar 2008
|
#423
|
Ok I installed this a couple of months back and after a while the voice navigation eventually stopped working, I don't know why but I never bothered to find a fix.
As I understand there has been some updates since then, but I haven't been following this thread for a while.
So I was wondering if someone could be kind enough to confirm if the voice guidance is now working? If yes, then also direct me to how I can get the latest version of ovi maps with full voice guidance?
Thanks in advance!
|
2011-05-04
, 01:11
|
Posts: 7 |
Thanked: 1 time |
Joined on Feb 2010
|
#424
|
|
2011-05-04
, 04:05
|
|
Posts: 397 |
Thanked: 802 times |
Joined on Jan 2010
@ Sydney
|
#425
|
I'm not exactly sure how to phrase my question but here it what I am trying to do. You can edit /etc/pulse/xpolicy.conf and add an espeak stream so espeak will play at the same time as a media player or rockbox. This works fine and can be tested in OVMserver but the guided voices do not play and therefore nothing plays in ovi maps. What program do I need to add to xpolicy.conf to play these files at the same time as my other media. Is there anyway to pause the media playback?
Also, how do I change the wav volume for espeak if it is too low. The volume is at max in OVMserver but it is too low. I am using MBROLA if that matters.
Thanks for the amazing work on this! One other thought, is it possible to create a poi from microb?
QStringList arguments; arguments << fileLocation; QProcess *aplayServer = new QProcess(this); aplayServer->execute("/usr/bin/aplay",arguments);
http://where.s2g.gate5.de/nsp?q={Search Item}&vi=where&lat={latitude}&lon={longitude}&of=0&to=10&la=en-GB,en-GB&dv=oviMaps&rid=qq4y1Y3M
|
2011-05-05
, 08:49
|
|
Posts: 397 |
Thanked: 802 times |
Joined on Jan 2010
@ Sydney
|
#426
|
The Following 4 Users Say Thank You to Blaizzen For This Useful Post: | ||
|
2011-05-05
, 09:31
|
Posts: 434 |
Thanked: 245 times |
Joined on Jan 2010
|
#427
|
|
2011-05-05
, 09:57
|
|
Posts: 397 |
Thanked: 802 times |
Joined on Jan 2010
@ Sydney
|
#428
|
Blaizzen, do you think if it is possible to use somehow latest OVI maps from here? I tried map for my country, I placed it into home/user/MyDocs/cities/diskcache but after that application crashed on start, so I went back to old files.
The Following User Says Thank You to Blaizzen For This Useful Post: | ||
|
2011-05-05
, 21:28
|
Posts: 1,203 |
Thanked: 3,027 times |
Joined on Dec 2010
|
#429
|
|
2011-05-06
, 07:28
|
Posts: 561 |
Thanked: 75 times |
Joined on Jan 2010
@ Spain
|
#430
|
announcing of street names can be re-enabled easily in the
javascript code /usr/share/nokia-maps/html/index.html.
Look for the line with comment "speaking streets does not work except in english" and change the second argument to function
ev.data.maneuver.getSound(navTrans, false) from false to true.
It's hard to say ad hoc why your python server dies after ovi maps are closed - do you use my version, which ignores the "sthudown" command? You might check from the command line whether the
python script remains running and try the telnet or wget accessing it, and further investigate what's happening.
Best regards,
Jiri