Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 10 of 3957

Threaded View

  1. #11
    Master
    Join Date
    Nov 2017
    Location
    Romania
    Posts
    346
    Rep Power
    166

    Default

    @jorgeultra, i tried your suggestion but not work Something its wrong with last ttspro.zip

    PS :The sentence
    Spoiler: view
    function sc_ReadOutStartInfo()
    if MODEL.lua.wTTSStart() then
    doDelayed(50, function()
    local welcome = MODEL.lua.TTSWelcome()
    local date = MODEL.gps.current_date.valid() and MODEL.lua.TTSPro_Today_Info() and translated_voice_format("Today %s : %s", sc_ShowDateTool(MODEL.gps.current_date()), translated_voice_format(eDaysOfWeekFull[MODEL.gps.current_date().dayOfWeek + 1])) or L""
    sc_Voice_TTS(welcome .. L" " .. date)
    end)
    end
    end
    Last edited by cristianyxtl; 6th June 2021 at 08:34 PM.

  2.    Advertissements


 

 

Tags for this Thread

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
  •