Speech SDK 5.1 ListBox Sample .NET
Sunday night I finally got a chance to play around a bit with the Speech SDK. Pretty cool stuff. I thought first it would be a good idea just to check out some code. Unfortunately, one of the samples I was interested in is in VB6. I haven't had VB6 on any machine for 2 or 3 years and trying to read through the code files is really crappy! :P So I went ahead and installed another XP insance in Virtual PC and installed VB6 (whoa the memories ;)) and check out the ListBox sample. I figured it would help me to just go through every line of code in it. While I was at it, I just made my own version of it in VB.NET.
I kind of got to wondering if one of the reasons that speech stuff for smart clients hasn't really been that popular yet (at least not that I've seen), I decided to post this sample (translated to VB.NET) if anyone else is interested in checking out the Speech SDK 5.1. Just make sure you have the SDK installed and you should be good to go.
Speech SDK 5.1 ListBox Sample .NET
This version has some minor UI differences and I also pulled the main chunk of the code that was in the Sample Control before, so it's just part of the application. Makes it easier to read, navigate, etc...enjoy! :)