Skip to main content

Posts

Showing posts from March, 2012

Initial Speech Recognition App

I'm pretty impressed with Microsoft's System.Speech API.  It took less than 3 days to throw together a proof-of-concept application.  The hardest part was probably coming up with the grammar -- documentation for that is pretty thin on the ground. Anyways, here's the application source code on GitHub if anyone wants a look: ObserverLengthSampler project If nothing else, I'd recommend it as a starting point for someone needing a number recognition SRGS grammar in an XML format.

Speech Recognition

I just got a short side project @ work:  Use speech recognition to capture fish species and length from tuna observer samples.  I'm going to try the win7 version first but I'll probably wind up giving sphinx a try too.