Blaizzen
|
2011-02-03
, 11:34
|
|
Posts: 397 |
Thanked: 802 times |
Joined on Jan 2010
@ Sydney
|
#201
|
|
2011-02-03
, 12:45
|
Posts: 1,873 |
Thanked: 4,529 times |
Joined on Mar 2010
@ North Potomac MD
|
#202
|
|
2011-02-04
, 00:16
|
|
Posts: 397 |
Thanked: 802 times |
Joined on Jan 2010
@ Sydney
|
#203
|
Unfortunately it failed the drive test. Not a peep. Although I am able to play the individual .wav files. Has anyone else got the english_us version to work?
|
2011-02-04
, 00:28
|
|
Posts: 397 |
Thanked: 802 times |
Joined on Jan 2010
@ Sydney
|
#204
|
I got an even odder result. Was using the version earlier that mixed espeak for the street names and used the wavs for the normal guidance. I could hear all the espeak stuff, but it was clearly missing chunks where it was supposed to be saying the other things. The odd part was that it was delayed the right amount of time to say the things it was supposed to... it just didn't say anything. The python server was running... with the proper path and all that. I just don't get why it's not doing what its supposed to. :P
Any thoughts?
|
2011-02-04
, 20:11
|
|
Posts: 1,455 |
Thanked: 3,309 times |
Joined on Dec 2009
@ Rochester, NY
|
#205
|
Make sure the espeak server is set up to use the correct location of the sound files. In the server its the line:
SOUNDPATH = '/home/user/MyDocs/cities/english/english_male/'
Additionally, it will not work with the .wav extension (it looks for the non-extensioned files). This can be changed in the server I assume, but i'm no good at python so I have no idea how
Sorry didn't see your post before
|
2011-02-04
, 20:47
|
|
Posts: 319 |
Thanked: 221 times |
Joined on Jan 2010
@ Finland
|
#206
|
The Following User Says Thank You to rooster13 For This Useful Post: | ||
|
2011-02-05
, 14:20
|
|
Posts: 319 |
Thanked: 221 times |
Joined on Jan 2010
@ Finland
|
#207
|
The Following User Says Thank You to rooster13 For This Useful Post: | ||
|
2011-02-05
, 14:43
|
Posts: 1,873 |
Thanked: 4,529 times |
Joined on Mar 2010
@ North Potomac MD
|
#208
|
I tested CormacB's index.html today and it is working with finnish language out of the box.
Only problem is that the guidances come, if they come at all after the turns. Is there any way to tweak this so that guidances are played well before a turn occurs?
It may also be because of the lagginess of Ovi maps. Would it be possible to load all the voices into memory so there would not be any lag. Even better would be to load only the voices which are need in the route only.
The Following User Says Thank You to mscion For This Useful Post: | ||
|
2011-02-05
, 15:15
|
|
Posts: 319 |
Thanked: 221 times |
Joined on Jan 2010
@ Finland
|
#209
|
|
2011-02-09
, 11:28
|
Posts: 3 |
Thanked: 1 time |
Joined on Feb 2011
|
#210
|
Is there a config.xml along with the sound files? You could also get the indonesian voice files from http://symbian.clanteam.com/indexmaps.htm or http://www.hpsblog.com/2009/07/direc...0-without.html
Step by step instructions for Indonesian:
I am assuming the indonesian voice files are zipped in a file called indonesian.zip from the linked site and all files are saved to MyDocs. Otherwise you might need need to change some paths.
- Download index.html.gz from here http://talk.maemo.org/attachment.php...3&d=1295624977
- Copy your voice files to your N900
- Open X terminal and become root
- Run
Code: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- You now should have config.xml in /usr/share/nokia-maps/html/indonesian and a bunch of wav files in /usr/share/nokia-maps/html/indonesian/ind-bahasa_male
- Startup maps and create a route. It should automatically use the selected "id-ID" locale to pick the right sound folder.
Edit: the attached updated index.html will show an error message if it can't load the voice config. It also is possible to change the language used by renaming the folders or changing the _codeToFolder mapping in index.html
I also don't know if it is possible/how to change the language for maps so that I can test this myself
Failed to load voice config.xml from english_us for language en_US
LANG=en_US LC_CTYPE="en_US" LC_NUMERIC=el_GR LC_TIME=en_US LC_COLLATE="en_US" LC_MONETARY=el_GR LC_MESSAGES=en_US LC_PAPER=el_GR LC_NAME=el_GR LC_ADDRESS=el_GR LC_TELEPHONE=el_GR LC_MEASUREMENT=el_GR LC_IDENTIFICATION=el_GR LC_ALL=
The Following User Says Thank You to Tzorvas For This Useful Post: | ||