![]() |
Re: Ovi Maps Extra Features - Now with voice guidance (early development)
Quote:
index.html = 1.44 MB patch file = 1.9 MB I think its sufficient to say I failed :( If anyone can make the patch file and keep it small, that would be awesome. But for now, I give up. |
Re: Ovi Maps Extra Features - Now with voice guidance (early development)
What are you using to find the differences?
|
Re: Ovi Maps Extra Features - Now with voice guidance (early development)
The Diff command in linux. The main issue I've encountered is the original file has all the javascript and css condensed, which I needed to expand before modifying. To make a small enough patch with only the changes, I tried to recondense the javascript and css, but it'll always be slightly different given its complexity, hence the diff function just gives me a patch file with pretty much the whole index.html file not the changes.
It was my first go at the diff command, and so I used this: http://hansengel.wordpress.com/2007/...in-unix-linux/ diff -Naur <original file> <modified file> >> my_patch.patch Maybe I did it wrong :( |
Re: Ovi Maps Extra Features - Now with voice guidance (early development) - original html and pfw
Quote:
@Blaizzen: thank you very much for your work to extend the OVI map usefulness for me/us. it is appreciated. Cheers, |
Re: Ovi Maps Extra Features - Now with voice guidance (early development)
Try with Kdiff3, I've always find it much more powerful than simple diff.
|
Re: Ovi Maps Extra Features - Now with voice guidance (early development)
Is this available to download in the extra-devel or testing? Simple question is how to I install this? Will it completely replace the existing ovi maps?
|
Re: Ovi Maps Extra Features - Now with voice guidance (early development)
Quote:
Edit: I will also try fix the volume issue, that was reported above. |
Re: Ovi Maps Extra Features - Now with voice guidance (early development)
Man, you made my day =D
I was going to ask for help on how to make french voices work but... I just tried again and guess what "Vous arrivez à destination" ! (means "you are arrived") Now that rocks =P can't wait to see the new version ;D Thanks for bringing this possible ! EDIT: Oh and yeah, the GPS fix is very fast now =O (I mean precise one, because for approx. i'm using supl.google.com which is quite good) EDIT 2: Just tested near my house, lol very funny cause there's a part in french, and another in english. But it depends on the fact if it will use the sampled voice or not. e.g: ONE HUNDRED AND TEN mètres, tournez à gauche (-> ONE HUNDRED AND TEN meters, turn left) But : Dans 100 mètres, tournez à gauche (-> In 100 meters, turn left) Very funny, helps me to practise my english lol |
Re: Ovi Maps Extra Features - Now with voice guidance (early development)
Bonjour titi.
Do You use the python server with speak_02.py? Then You already modified that file to match the specific language folder (to french): SOUNDPATH = 'english/english_male/' #relative to where you run the server just continue with the next lines if len(sys.argv) < 2: language = 'english' else: language = sys.argv[1] and replace english with french and you will hear: CENT ET DIX mètres, tournez à gauche Another possibility is to call the python script with parameter 'french': nohup ./speak_03.py french >/dev/null & |
Re: Ovi Maps Extra Features - Now with voice guidance (early development)
hum, gonna test it right now ! =D
EDIT: I changed english with french, but still it keeps saying "SIXTY HUNDRED mètres, tournez à gauche" |
| All times are GMT. The time now is 09:23. |
vBulletin® Version 3.8.8