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); },