The Following 2 Users Say Thank You to rm53 For This Useful Post: | ||
|
2011-01-20
, 23:13
|
|
Posts: 397 |
Thanked: 802 times |
Joined on Jan 2010
@ Sydney
|
#162
|
Blaizzen: in your index.html you don't need to include evalspeech.js as it is not being used by your navigation logic.
_guidanceWarn :function(ev) { var distanceParts = nokia.maps.pfw.Units.getReadableDistance(ev.data.distance, nokia.maps.mapPlayer.map.isUsingImperialUnits()); var unitsSound = soundFiles[distanceParts.unit.slice(7,distanceParts.unit.length - 2) + ".sound"]; var valueSound = soundFiles[distanceParts.value + ".sound"]; if ((typeof valueSound == 'undefined') || (valueSound == "")) { var valueSound = distanceParts.value; } //var msg = valueSound + "|" + unitsSound + "|" + ev.data.maneuver.getSound(navTrans, true); var msg = valueSound + "|" + unitsSound + "|" + ev.data.maneuver.getSound(navTrans, true; SayVoice(msg); },
|
2011-01-20
, 23:27
|
|
Posts: 397 |
Thanked: 241 times |
Joined on Mar 2010
@ Melbourne, Australia
|
#163
|
|
2011-01-21
, 09:25
|
Posts: 1,994 |
Thanked: 3,342 times |
Joined on Jun 2010
@ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
|
#165
|
I wounder if ovi maps will ever become a good alternative to sygic
I rarely have credit on my phone so offline navigation is a must for me
|
2011-01-21
, 11:31
|
|
Posts: 2,154 |
Thanked: 2,186 times |
Joined on Dec 2009
@ Hellsinki, Finland
|
#167
|
* Multiple language support: if you use a language other than english then download the correct voices zip file for your language, use it instead of english.zip and it should work
The Following User Says Thank You to d-iivil For This Useful Post: | ||
|
2011-01-21
, 11:45
|
Posts: 1,994 |
Thanked: 3,342 times |
Joined on Jun 2010
@ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
|
#168
|
Sorry for not browsing through the whole thread, but where can I download the voice files?
Voice files are here: http://symbian.clanteam.com/indexmaps.htm
|
2011-01-21
, 15:05
|
Posts: 509 |
Thanked: 522 times |
Joined on Aug 2010
@ indonesia
|
#169
|
New version attached.
Fixes:
* Better handling of time/distance from last maneuver which turns out to be ver important for the nokia logic.
* Correct speed and position tracking
Improvements:
* Blaizzens improvements (aside from his voice nav) integrated
* Multiple language support: if you use a language other than english then download the correct voices zip file for your language, use it instead of english.zip and it should work
Language support is the main reason to use this version over Blaizzen's as Nokia has already written the logic for the different languages. But there is no street name support and it would be difficult to add.
Blaizzen: in your index.html you don't need to include evalspeech.js as it is not being used by your navigation logic.
The Following User Says Thank You to cloud596 For This Useful Post: | ||
|
2011-01-21
, 15:22
|
Posts: 137 |
Thanked: 150 times |
Joined on Jan 2010
|
#170
|
cd /usr/share/nokia-maps/html mv index.html index.html.backup cp /home/user/MyDocs/index.html.gz . gunzip index.html.gz cp /home/user/MyDocs/indonesian.zip . unzip indonesian.zip rm indonesian.zip cd indonesian/ind-bahasa_male for f in *; do mv $f $f.wav; done
The Following 4 Users Say Thank You to CormacB For This Useful Post: | ||
It seems to work, I have to test it on a real trip tomorrow. At least I heard a first announcement of espeak... Splendid!
Also, the speech server seems to be using almost no CPU when running idle, which is nice.
One thing was odd:
The POI button toggles POI displaying. But: after changing to "All" in settings, it took about 10 minutes until "all" categories of POI appeared (instead of just the preselected subset).
While this long time, the Maps app was fully responsive. Bug or feature?
Thanks for this megacool hack.