Has anyone created a MonoTouch binding for the Nuance Dragon Mobile Speech SDK for iOS?
I have the Dragon Mobile SDK running nicely on Windows Phone 7 and I would like to get the equivalent functionality working for iOS. Since the SDK wraps the microphone, it's not really possible to use the .NET assemblies in my MonoTouch project (even if I did have the source). It appears that the best way to do this is to create a binding library (as Miguel describes here ). It sure seems like a lot of work though, and I would love to reuse as opposed to reinventing the wheel if someone's done it already... Here are some more details for how I got this to work. I downloaded the binding sample