Search found 186 matches: voice

Return to advanced search

Re: Talking to your apps

... it's a common problem and they don't have a solution. SO ... I tried it on my Surface Notebook ( Windows + H ) and it did a nice job of converting voice to text. I would suggest that when using this in our programs, as you have suggested, then we should have a program wide flag that allows the ...
by TimStone
Mon Apr 01, 2024 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 4001

Re: SAPI : change Voice

... := aVoiceForSelect[1]   cSelAlertVoice := aVoiceForSelect[1]   oVoiceAlert:Priority := SVPAlert // Set oVoiceAlert as an 'alert' voice   oVoiceAlert:Voice := oVoiceAlert:GetVoices( "Name = " + cSelNormalVoice ):Item( 0 )   oVoiceAlert:Volume := 90 // ...
by Jimmy
Sat Feb 24, 2024 6:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3768

Re: SAPI : change Voice

Dear Jimmy,

Please post your current PRG and RC and I will help you to use RTF

thanks
by Antonio Linares
Sat Feb 24, 2024 5:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3768

Re: SAPI : change Voice

hi, i have not post a Sample while Original Source use *.RC and EDITTEXT but for full working Sample i need RTF but don´t know how to change *.RC please can somebody change EDITTEXT to RTF to get it full working, please https://forums.fivetechsupport.com/viewtopic.php?t=12983 i have ...
by Jimmy
Sat Feb 24, 2024 5:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3768

Re: SAPI : change Voice

Yes It run ok but i Wish change the voices Hola Silvio : no soy programador en FW sino en HMG/Harbour no recordaba estar en este foro pero ingrese en el 2012, vi que Jimmy y varios en harbour tenian el mismo problema de elegir la voz del narrador ...
by Danielmaximiliano
Sat Feb 24, 2024 12:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3768

Re: SAPI : change Voice

... too? ¿Puedes publicar la prueba completa con los recursos para que podamos ayudarte también? Hola Silvio ya está la solución con respecto a Sapi.Voice con la ayuda de Antonio Linares Yes It run ok but i Wish change the voices
by Silvio.Falconi
Fri Feb 16, 2024 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3768

Re: SAPI : change Voice

Silvio.Falconi wrote:please can you post the entire test with the recources so we can help you too?


¿Puedes publicar la prueba completa con los recursos para que podamos ayudarte también?


Hola Silvio
ya está la solución con respecto a Sapi.Voice con la ayuda de Antonio Linares
by Danielmaximiliano
Fri Feb 16, 2024 5:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3768

Re: SAPI : change Voice

please can you post the entire test with the recources so we can help you too?


¿Puedes publicar la prueba completa con los recursos para que podamos ayudarte también?
by Silvio.Falconi
Fri Feb 16, 2024 2:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3768

Re: SAPI : change Voice

... "SetFocus" )    DoEvents() ENDDOReturn Microsoft Note : The WaitUntilDone method blocks execution until the voice finishes speaking, enabling an application to speak a text stream asynchronously and determine when it finishes. The hidden SpeakCompleteEvent ...
by Danielmaximiliano
Wed Feb 14, 2024 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3768

Re: SAPI : change Voice

hi Daniel, i have try to Debug Events (see last Page) and have ask "what does they mean" Antonio found Solution that 1st Parameter are the Event "Number" Events and meanings: 1 --> Start 3 --> An OLE object is received, probably self OLE object ? 5 --> Word, 4th param is...
by Jimmy
Wed Feb 14, 2024 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3768

Re: SAPI : change Voice

Hola Jimmy : me explicarias como se disparan los eventos al utilizar oSpVoice:__hSink := __axRegisterHandler( oSpVoice:__hObj, { | a, b, c, d, e | OnEvent( a, b, c, d, e ) } ) al hacer Play en el form DEFINE BUTTON oBtnPlay         ROW 160  &nb...
by Danielmaximiliano
Tue Feb 13, 2024 4:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3768

Re: SAPI : change Voice

hi Antonio, Events and meanings: 1 --> Start 3 --> An OLE object is received, probably self OLE object ? 5 --> Word, 4th param is position, 5th param is length 6 --> ??? 7 --> Sentence, 4th param is position, 5th param is length 8 --> ??? 2 --> End thx for your List f Event mean...
by Jimmy
Mon Feb 12, 2024 6:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3768

Re: SAPI : change Voice

... is " & V.Status.LastHResult        DoEvents    Loop Until V.Status.RunningState = SRSEDone 'Exit when voice stops
by Danielmaximiliano
Mon Feb 12, 2024 3:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3768

Re: SAPI : change Voice

hi Antonio, thx for the Idea. Result is same like using Property "Voice" Error description: (DOS Error -2147352573) WINOLE/1007 Argument error: VOICE Args: [ 1] = O Stack Calls =========== Called from: => TOLEAUTO:VOICE( 0 ) Called from: main.prg ...
by Danielmaximiliano
Sun Feb 11, 2024 11:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3768

Re: SAPI : change Voice

Thank you.
by Enrico Maria Giordano
Sun Feb 11, 2024 12:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3768
Next

Return to advanced search