Search found 36 matches: tts

Return to advanced search

Re: SAPI : change Voice

... oNarrator:EventInterests := SVEPhonemeoNarrator:Speak( Main.RichEdit_1.VALUE, SVSFlagsAsync)While .....end When sending the text to the TTS engine it should know if that event happened but I can't find a way to know yet since there is no real example of how it works.
by Danielmaximiliano
Sat Feb 10, 2024 10:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3525

Re: SAPI : change Voice

... puede informar es lo suficientemente amplia como para que la mayoría de las aplicaciones utilicen sólo algunas de ellas. Para evitar que el motor TTS genere eventos que la aplicación ignorará, utilice la propiedad EventInterests para especificar los eventos de interés. Sólo se plantearán estos ...
by Danielmaximiliano
Thu Feb 08, 2024 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3525

Re: New FTDN October/Octure (FWH 22.10)

Julio 2022 a Octubre 2022 ========================= * Nueva: La función Now() es una nueva función en FWH. Devuelve el día. fecha y hora de internet. Por favor, revise el ejemplo samples/horizon.prg para un ejemplo funcional. Esta función no está disponible en la versión de xHarbour comercial ni par...
by Antonio Linares
Mon Nov 07, 2022 9:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 862

New FTDN October/Octure (FWH 22.10)

July 2022 to October 2022 ========================= * New: function Now() is a new function in FWH. It returns the day, date and time from internet. Please review samples/horizon.prg for a working example. This function is nor available for xhb commercial neither for bcc64. * Enhancement: esreport.p...
by Antonio Linares
Wed Nov 02, 2022 11:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 862

Re: Voice Loquendo TTS® Sapi 5 Loquendo TTS

if make
oVoiceInfo:GetVoices:count()

give me 1

ok now I install Speech SDK 5.1 on windows seven because not run ok
on Widows 10 there is native sapi5 and it run ok ( I can listen good and clear all the words )
by Silvio.Falconi
Wed Apr 10, 2019 8:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Voice Loquendo TTS® Sapi 5 Loquendo TTS
Replies: 10
Views: 1148

Re: Voice Loquendo TTS® Sapi 5 Loquendo TTS

My idea is create a small browser where the student can show web pages and the procedure speeck with tts II wish set the italian voice I saw on we there is with VB set voice = CreateObject("SAPI.SpVoice") set voice.Voice = voice.GetVoices.Item(1) voice.Rate = 1 ...
by Silvio.Falconi
Wed Apr 10, 2019 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Voice Loquendo TTS® Sapi 5 Loquendo TTS
Replies: 10
Views: 1148

Re: Voice Loquendo TTS® Sapi 5 Loquendo TTS

... are many say not run on rc How I can make have as resindent on memory and to link it to read each text sample the use open the office word and the tts speach the menu items.. I need it for a visually impaired student Complicated You have to implement the detection of the control in the mousemove ...
by cnavarro
Tue Apr 09, 2019 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Voice Loquendo TTS® Sapi 5 Loquendo TTS
Replies: 10
Views: 1148

Re: Voice Loquendo TTS® Sapi 5 Loquendo TTS

I'm sorry. I do not know. I've never done anything for the visually impaired.

Regards.
by karinha
Tue Apr 09, 2019 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Voice Loquendo TTS® Sapi 5 Loquendo TTS
Replies: 10
Views: 1148

Re: Voice Loquendo TTS® Sapi 5 Loquendo TTS

Now run ok but there are many say not run on rc
How I can make have as resindent on memory and to link it to read each text
sample the use open the office word and the tts speach the menu items..

I need it for a visually impaired student
by Silvio.Falconi
Tue Apr 09, 2019 5:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Voice Loquendo TTS® Sapi 5 Loquendo TTS
Replies: 10
Views: 1148

Re: Voice Loquendo TTS® Sapi 5 Loquendo TTS

... 5sound DIALOG 69, 52, 446, 364STYLE DS_ABSALIGN | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENUCAPTION "Text To Speech (TTS)"FONT 8, "MS Sans Serif"{ PUSHBUTTON "Play", 2010, 75, 341, 63, 14 PUSHBUTTON "Pause", 2020, 139, ...
by karinha
Tue Apr 09, 2019 2:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Voice Loquendo TTS® Sapi 5 Loquendo TTS
Replies: 10
Views: 1148

Re: Voice Loquendo TTS® Sapi 5 Loquendo TTS

Doing right, that will work. Haciendo cierto, funcionará. VOICE2.PRG #include "FiveWin.ch"static lIsPaused := .F.function Main()   local oDlg, oGetText, oBtnPlay, oBtnPause, oBtnStop, oBtnInterroga, oSbrVolume, oSbrTTSVelocity   local oBtnVolumeUp, oBtnVolumeDow...
by karinha
Tue Apr 09, 2019 2:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Voice Loquendo TTS® Sapi 5 Loquendo TTS
Replies: 10
Views: 1148

Re: Voice Loquendo TTS® Sapi 5 Loquendo TTS

yes I found it but Progetto: test, Ambiente: bcc7Harbor: [1]:Harbour.Exe test.prg /m /n0 /gc1 /es2 /a /iC:\Work\fwh\include /iC:\work\HARBOUR\Include /jI18n\Main.hil /iinclude;c:\work\fwh\include;C:\work\HARBOUR\include /oObj\test.c Harbour 3.2.0dev (r1712141320) Copyright (c) 1999-2016, http://harb...
by Silvio.Falconi
Tue Apr 09, 2019 1:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Voice Loquendo TTS® Sapi 5 Loquendo TTS
Replies: 10
Views: 1148

Re: Voice Loquendo TTS® Sapi 5 Loquendo TTS

Search in forum for "SAPI.SpVoice"
by cnavarro
Tue Apr 09, 2019 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Voice Loquendo TTS® Sapi 5 Loquendo TTS
Replies: 10
Views: 1148

Voice Loquendo TTS® Sapi 5 Loquendo TTS

Can we with Fwh run it ?
on windows 10 we have sapi 5
by Silvio.Falconi
Tue Apr 09, 2019 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Voice Loquendo TTS® Sapi 5 Loquendo TTS
Replies: 10
Views: 1148
Next

Return to advanced search