Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 2 of 2
  1. #1
    Master
    Join Date
    May 2011
    Location
    UK
    Age
    38
    Posts
    208
    Rep Power
    129

    IGO Primo iGO UX - TTS warning about the arrival time - Primo 2.0, 2.4

    This UX Utility works independently of whatever skin you have. Some skins have this facility built in so not required for them but if you have a basic skin and want extra options then this feature is for you.

    Similar to TTS by Winman, this speaks arrival time at next waypoint, arrival at destination and time of arrival

    For WINCE, just place the zip file into your ux folder in the main igo folder. If ux does not exist just create it. You do not have to extract the zip, just drop it in the folder and start your system and goto the settings menu to configure it.

    You can set individual intervals arrival time changes for short and long routes (ie for a short interval can be set such changes 5 min., And for long - 10 min.or more).
    To Activate "Settings / Sound and Warnings / TTS Pro"
    If it is grayed out then you have either not got a TTS voice installed or you have not chosen a voice that is TTS. Once the language is active look in the content \ voice / Voice_TTS / config / config_transforms.lua and check if the text below is showing, if not then add the following:

    Spoiler: Show Text
    function eta (time)
    local hours, mins, tod
    local hour = time.hour
    local min = time.min
    local half_table = {L "second", L "third", L "fourth", L "fifth", L "sixth", L "seventh", L "eighth", L "Ninth", L "tenth", L "the eleventh", L "twelfth", L "first"}
    local replace_mins = {
    {L "1 minute", L "one minute"}
    {L "2 minutes", L "two minutes"}
    {L "3 minutes", L "3 minutes"}
    {L "4 minutes", L "4 minutes"}
    {L "1 |", L "-a 0"}
    {L "2 |", L "0-two"}
    {L "|", L ""},} if hour <6 then tod = L "in the night"
    elseif hour <10 then tod = L "in the morning"
    elseif hour <18 then tod = L "in the day"
    elseif hour 12 then hour = hour - 12 end if hour == 1 then hours = L "h"
    elseif hour <5 then hours = towstring (hour) .. (min <10 and L "hours" or L "")
    else hours = towstring (hour) .. (min 20 and L "|" or L "")
    end
    if # mins == 2 then mins = wstring.gsub (mins, L "-", L "and") .. L "minutes"
    end
    mins = transform_and_format (mins, replace_mins)
    return L "Arrival" .. tod .. hours .. mins .. L "."
    end


    Spoiler: Download File
    http://www56.zippyshare.com/v/62057387/file.html
    Last edited by urbexuk; 11th April 2014 at 02:56 AM.

  2.    Advertissements


  3. #2
    Master Titanic52's Avatar
    Join Date
    Oct 2013
    Location
    EU
    Posts
    738
    Rep Power
    1220

    Default

    hallo,urbexuk
    Please write next time what's for win ce or Android I have with them thanks but I do not need that for Android I do not need for wincewinmobil
    thanks for ux

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •