![]() |
Re: [Announce] Poor Maps
Quote:
|
Re: [Announce] Poor Maps
Are there already plans to have routing announcements e.g. via TTS?
How can i donate to the dev(s) of this great project ? |
Re: [Announce] Poor Maps
Quote:
Quote:
Apparently Qt 5.6 is going to be in the next update. That will probably result in Poor Maps being allowed at the Jolla store, which could bump the user count maybe tenfold and thus bring costs with the service providers. I'd prefer to cover the service costs by simply charging for the app, but while Jolla still doesn't have payment systems in place, I'll likely ask for donations. http://merproject.org/meetings/mer-m...-05-09.00.html (7b) |
Re: [Announce] Poor Maps
Quote:
Code:
espeak --stdout "Some text" | gst-launch-1.0 -q fdsrc ! wavparse ! audioconvert ! pulsesink Code:
flite -t "Some text" -o /tmp/out.wav && gst-launch-1.0 -q filesrc location=/tmp/out.wav ! wavparse ! pulsesink |
Re: [Announce] Poor Maps
Thanks taixzo, your approach makes sense.
What is a TTS-enabled GPS solution? |
Re: [Announce] Poor Maps
Quote:
|
Re: [Announce] Poor Maps
@otsaloma, from reading @taixzo messages, it seems to me that its possible to pre-synthesise the routing messages and just play them from a file at the right moment. Since you have the data for the whole route, there should be plenty of wall time to do that. You would even have an advantage of knowing how long each phrase is. Note that since /tmp is mounted on tmpfs you could even do it without any need of writing it to storage...
I have never looked into the sound part, but I presume its easy to play it from the file. Would that help to implement spoken instructions? |
Re: [Announce] Poor Maps
Pre-synthesis isn't really necessary on modern phones. In my tests on Jolla 1, flite synthesizes at about 25x playback speed, with a fairly processor-intensive voice; espeak is even faster, at ~100x. Even for very long directions, the audio is generated in under half a second worst-case.
|
Re: [Announce] Poor Maps
Agreed, as far as I know, the technical solution is no more complicated than just calling the above commands with some predefined advance before each maneuver.
But there's other stuff prioritized ahead: Finnish public transport routing (because I need it myself!), i18n, Qt 5.6 and Jolla store. |
Re: [Announce] Poor Maps
Quote:
will the app remain open source if it goes commercial ? |
All times are GMT. The time now is 13:29. |
vBulletin® Version 3.8.8