Hi Gurus,
I have a program that receives an audio (mono) stream of bits from tcp/ip. I am wondering if the speech(speech-recognition) api in mac osx would be able to do a speech-to-text transform for me. (I don't mind saving the audio into .wav first and read it as oppose to do the transform on the fly)
I have read the official docs online, it is a bit confusing. And I couldn't find any good example around that topic.
And, should I do it in cocoa/carbon/java or objective-c?
Can someone please shed some light
Thanks