Hi there! I am creating an application and for which i want to create a GUI which looks very cool may be like that of iphones.
Also i want a add a female character which talks back pre recorded stuffs..she moves her lips and walks on the desktop...which is much like we have already seen in a software called as Virtua Girls..
Please suggest me how to do it.
Thnaks in advance... :)
User Profile
Collapse
-
how to create a cool interface
-
This time i am getting
Code:Error 1 'SpeechDiff.RemoteDevice.Name.get' must declare a body because it is not marked abstract or extern Error 2 'SpeechDiff.RemoteDevice.Name.set' must declare a body because it is not marked abstract or extern
-
Hi tlhintoq,this is what I am implimenting
Code:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using SpeechLib; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Threading; namespace Winston { public partial class Form1 : Form { private List<RemoteDevice>
Leave a comment:
-
-
How to activate on a magic word only
Hello Guys,
I am working on a home automation project which is voice based.Everythin g is working fine.But what i wanna do is that the recogniton becomes activated only when a magic word is spoken like "alpha gamma" and the system says"welcome master gimme ur commands" and then when i speak"switch on" then only it performs the action.If i say "switch on" before saying "alpha gamma" then it simply...
No activity results to display
Show More
Leave a comment: