Closed justanothergithubuserNr2 closed 1 month ago
OK, after searching in documentation of Navit, I found the claim that on some platforms, espeak is included in the binary. In the source code of Navit for WinCE, I found the correct setup to use this on the WinCE/PocketPC-Platform:
<speech type="espeak" cps="15">
I'm using navit on WinCE: https://github.com/navit-gps/navit/releases/download/v0.5.6/navit-wince-0.5.6.zip
How can I enable espeak output? There is an espeak-data folder. But an espeak.exe or something similar is missing.
The configuration in the default navit.xml doesn't seem to be fitting to the WinCE platform because of using a powershell command that doesn't seem to work:
If I would have an espeak.exe for WinCE, I could set a working cmdline myself, but I do not know where to download.
Or is espeak compiled into the navit.exe and I am just missing some settings?