Home > Room Engine > Room Engine Speech Interface

Room Engine Speech Interface

Speech recognition component
By 26/10/10 [Last Edited by Joseph 14/01/11]
BOOKMARK
LOGIN
REGISTER
The Speech Interface module allows a user to control the appliances using their voice. The Speech Interface module is writtenin Visual Basic 6, and uses the Microsoft Speech API. The Speech Interface module connects to the REServ module over TCP/IP.

















Building

  • First compile RENetClient.ocx to a folder such as C:\Bin using Visual Basic 6
  • Register the control. Run the command: regsvr32 C:\Bin\RENetClient.ocx
  • Compile RESpeech.exe to C:\Bin using Visual Basic 6