hi,
i'm pretty new to c# and silverlight, but in my current project i want to implement speech recognition into a website.
the firm i'm doing this for works with IE8. i'm not allowed to use any external servers because of confidentiality. i found an example for c# that uses System.Speech.Recognition. i can add my own words into an XML and it works just fine and would be exactly
what i need.
so i thought maybe i can build a server with c#, stream the audio from the website and send back the information, which of the words were said.
since it's IE8 we are working with, i thought about checking out silverlight.
has anyone experience with this? or can tell me if my idea is doable or stupid?
also i would be really thankfull, if anyone can point me in the right direction where to start