View Single Post
Posts: 151 | Thanked: 82 times | Joined on Sep 2008
#98
I've just updated to Mappero 3.0beta7 (new name for Maemo Mapper)

As suggested in another thread, I created a wrapper for espeak named "flite" to enable voice navigation

Code:
#!/bin/sh
shift 1
/usr/bin/espeak -a 40 -s 120 "$@"
the above code is saved with filename "flite" (without quotes) in the location "/usr/bin/".

Has anyone had success with this?
Can anyone else test for spoken directions with this work around?