views:

106

answers:

2

I have to make speech recogintion application that should work on MAC and PC, i have a idea about SAPI but it will for only for PC not for MAC.

Is there any other API or frame work i can use to achieve this, programing language not bar for me.

A: 

Microsoft offers a Speech recognition SDK.. Then you can use directions like these that show how to program VS for OS X.

IPX Ares
A: 

Apple offers a speech recognition API NSSpeechRecognizer

valexa