Search found 55 matches: speech

Return to advanced search

Re: Voices

In order to install new voices, you have to install the Speech SDK 51 first:

http://www.microsoft.com/en-us/download/details.aspx?id=10121
by Antonio Linares
Mon Jun 10, 2013 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Voices
Replies: 17
Views: 3935

Re: Voces

Si quereis que el ordenador reconozca lo que dice el usuario, podeis usar el API de Google de una forma muy sencilla:

http://blogs.sitepointstatic.com/examples/tech/speech-input/index.html

html:
Code: Select all  Expand view
<input type="text" x-webkit-speech />
by Antonio Linares
Mon Jun 10, 2013 8:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Voces
Replies: 23
Views: 7433

Re: Voices

If you want the computer to listen to what the user says, you can easily use the google voice recognition controls:

http://blogs.sitepointstatic.com/examples/tech/speech-input/index.html

html:
Code: Select all  Expand view
<input type="text" x-webkit-speech />
by Antonio Linares
Mon Jun 10, 2013 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Voices
Replies: 17
Views: 3935

Re: Saber Metodos de un CREATEOBJECT

... STDCALL dispatch PROPERTYGET PTR NewWorkbook() STDCALL dispatch PROPERTYGET PTR SpellingOptions() STDCALL dispatch PROPERTYGET PTR Speech() STDCALL dispatch PROPERTYGET VARIANT_BOOL MapPaperSize() STDCALL dispatch PROPERTYPUT void MapPaperSize( [in] VARIANT_BOOL ) STDCALL dispatch ...
by Antonio Linares
Sun May 12, 2013 9:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32148

Re: Text-To-Speech para FWH

APARECE

El archivo al que está intentando acceder está temporalmente desactivado.
by QAZWSX2K
Thu Oct 28, 2010 12:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Text-To-Speech para FWH
Replies: 14
Views: 4630

Re: Text-To-Speech para FWH

César E. Lozada wrote:Hola, amigos:

Les dejo aquí el enlace para descargar una clase que permite TTS (Text-to-speech) con FWH.

http://www.megaupload.com/?d=UU6QSR7A

Agradezco me informen de cualquier mejora.

Afectuosos saludos
César E. Lozada



Cesar where I can found all these files ?
pls
by Silvio
Wed Oct 27, 2010 2:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Text-To-Speech para FWH
Replies: 14
Views: 4630

Re: "Speech Recognition" y FWH

Es curioso que ningun miembro del foro, ni siquiera A. Linares, haya experimentado con SAPI + FWH. Es decir controlar nuestros programas por medio de "Comando de Voz" en vez de usar el teclado o el "mouse". Aqui les dejo algunos links por si les interesa el tema: http://www.micro...
by George
Sun Aug 30, 2009 7:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: "Speech Recognition" y FWH
Replies: 1
Views: 459

"Speech Recognition" y FWH

Algun compañero del foro ha experimentado con "Speech Recognition" (comandos via voz). Es decir controlar nuestros programas por medio de comandos dados de forma hablada en lugar de usar el teclado. En que se basa esta tecnica? Cual ActiveX ...
by George
Sun Aug 23, 2009 2:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: "Speech Recognition" y FWH
Replies: 1
Views: 459

Re: VOice with Ole

... and xHarbour don´t provide it in OleAuto objects. :cry: In SAPI 5.1 there are two events for it: The StartStream event occurs when the text-to-speech (TTS) engine begins speaking a stream for the SpVoice object. The EndStream event occurs when the text-to-speech (TTS) engine reaches the end ...
by triumvirato
Thu Nov 06, 2008 7:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: VOice with Ole
Replies: 5
Views: 1113

Hello Lailton.

First you have to buy the license from the site.

http://www.nextup.com/purchase.html


After going into the control panel, the item Speech, and change.
by Dorneles
Sun Oct 12, 2008 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Voice
Replies: 8
Views: 2448

Re: Voice

... of Armando, there is the posibility of made your computer to speak in portuguesse. The only you have to made is install on your computer SAPI (Speech API) of Microsoft, versions 4.0 or 5.1, and also install one voice in portuguesse. In SAPI 4.0, there are many free voices in portuguesse for, ...
by triumvirato
Sat Oct 04, 2008 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Voice
Replies: 8
Views: 2448

En teoria puedes hacerlo con SAPI (Microsoft Speech API), en este otro hilo ya lo estuvimos comentando. http://www.fivetechsoft.com/forums/viewtopic.php?p=38902&highlight=#38902 aunque parece que al final no conseguimos hacerlo ...
by Biel EA6DD
Mon Jun 16, 2008 1:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Locucion - Reproducción de mensajes sonoros
Replies: 2
Views: 534

Para que el PC "hable" puedes usar SAPI ( Microsoft Speech API ) LOCAL oVoice := tOleAuto():New( "Sapi.SPVoice" ) oVoice:Speak( "Hello" ) Parabiéns Gabriel. Excelente! Gabriel, como se haces, ...
by karinha
Wed Oct 03, 2007 2:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Hay alguna funcion para emitir sonidos desde (x)Harbour-FWH
Replies: 11
Views: 6027
PreviousNext

Return to advanced search